diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-07 09:44:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-07 09:44:09 -0700 |
commit | d661de7ef52394502c7c4f983a9b18d99279b8a5 (patch) | |
tree | f1a4d7b9b89c9860519da6573b1687ae8b1a1477 /templates/nl | |
parent | 331deeb3653efb3879789c17aa8d3eabd31304f9 (diff) | |
download | mailman2-d661de7ef52394502c7c4f983a9b18d99279b8a5.tar.gz mailman2-d661de7ef52394502c7c4f983a9b18d99279b8a5.tar.xz mailman2-d661de7ef52394502c7c4f983a9b18d99279b8a5.zip |
Escaped two % characters.
Diffstat (limited to 'templates/nl')
-rw-r--r-- | templates/nl/private.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/nl/private.html b/templates/nl/private.html index 5aa45642..9381e015 100644 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -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> |