Barry --
Ran into some HTML bugs in 2.0.13. For instance, going to the listinfo/mailman-subscribers page and subscribing, it returns the "confirmation is required" warning. It looks good, but view source it. An unterminated "<BODY" tag, followed by a second body tag with a bgcolor, followed by a third body tag a couple of lines later. There are also two /body tags, and the <title> is in the body, not in the head. While it seems to format okay in browsers, it's seriously broken HTML, and it's driving mod_layout nuts, since it depends on the body tags to do header/footer insertions right. I think there's one other generated page with similar problems, too, but I'm not sure which it is yet. Chuq <HTML> <HEAD> </HEAD> <BODY <BODY bgcolor="#ffffff"> <!-- $Revision: 1.3 $ --> <html> <body> <title>Mailman-Users Subscription results</title> <h1>Mailman-Users Subscription results</h1> Confirmation from your email address is required, to prevent anyone from subscribing you without permission. Instructions are being sent to you at [EMAIL PROTECTED] Please note your subscription will not start until you confirm your subscription. <hr><address><a href="../listinfo/mailman-users">Mailman-Users</a> list run by <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>, <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>, <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>< br><a href="../admin/mailman-users">Mailman-Users administrative interface</a> (requires authorization)<p> <table WIDTH="100%" BORDER="0"> <tr> <td><img src="/icons/mailman.jpg" alt="Delivered by Mailman" border=0><br>version 2.0.13 (101270)</td> <td><img src="/icons/PythonPowered.png" alt="Python Powered" border=0></td> <td><img src="/icons/gnu-head-tiny.jpg" alt="GNU's Not Unix" border=0></td> </tr> </table> </address> </body> </html> </BODY> </HTML> -- Chuq Von Rospach, Architech [EMAIL PROTECTED] -- http://www.chuqui.com/ Very funny, Scotty. Now beam my clothes down here, will you? _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers
