[Mailman-Users] Bug in Subscribe Template / Subscribe Script

J C Lawrence claw at kanga.nu
Thu Aug 23 23:51:44 CEST 2001


On Thu, 23 Aug 2001 13:54:24 -0700 
arandall  <Amanda> wrote:

> ::whispering:: Hack the source, Luke...

One could also apply the following patch from the Debian package
which seems to do The Right Thing:

--<cut>--
--- mailman-2.0.6.orig/Mailman/htmlformat.py
+++ mailman-2.0.6/Mailman/htmlformat.py
@@ -278,7 +278,7 @@
         if self.title:
             output.append('%s<TITLE>%s</TITLE>' % (tab, self.title))
         output.append('%s</HEAD>' % tab)
-        output.append('%s<BODY' % tab)
+#        output.append('%s<BODY' % tab)
        quals = []
        for k, v in kws.items():
            quals.append('%s="%s"' % (k, v))
--<cut>--

-- 
J C Lawrence                                    )\._.,--....,'``.	    
---------(*)                                   /,   _.. \   _\  ;`._ ,.
claw at kanga.nu                                 `._.-(,_..'--(,_..'`-.;.'
http://www.kanga.nu/~claw/                     Oh Freddled Gruntbuggly




More information about the Mailman-Users mailing list