Hi All,

% in template/nl/private.html are not escaped, which cause the other
templates like realame not to be applied.

Attached a small fix.

Best regards,
/Rick van der Zwet
-- 
http://rickvanderzwet.nl


diff -ur nl-orig/private.html nl/private.html
--- nl-orig/private.html        Sun Jan 28 18:40:05 2007
+++ nl/private.html     Sun Jan 28 18:45:16 2007
@@ -5,9 +5,9 @@
 <body bgcolor="#ffffff">
 <FORM METHOD=POST ACTION="%(action)s">
 %(message)s
-  <TABLE WIDTH="100%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+  <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
     <TR>
-      <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+      <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
        <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Privé-archief 
Login</FONT></B>
       </TD>
     </TR>
@@ -34,4 +34,4 @@
       als u de browser afsluit, of wanneer u zelf het cookie actief doet 
verlopen door de pagina 'lidmaatschapsinstellingen' te bezoeken en daar op de 
link <em>Uitloggen</em> te klikken.
 </FORM>
 </body>
-</html>
\ No newline at end of file
+</html>
Only in nl: private.html.old


_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to