diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-20 12:43:08 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-20 12:43:08 -0700 |
commit | 24492e9456c86ff133ba701cab0559a681ffabf6 (patch) | |
tree | 8f3e0f825ab5845193e730a0f83f00aba001d2c7 /templates/nl/private.html | |
parent | f0562e55bb47dd29a832bb8d6b6fed8d0555138c (diff) | |
download | mailman2-24492e9456c86ff133ba701cab0559a681ffabf6.tar.gz mailman2-24492e9456c86ff133ba701cab0559a681ffabf6.tar.xz mailman2-24492e9456c86ff133ba701cab0559a681ffabf6.zip |
Changed non-ascii characters in some templates/*/*.html files to HTML entities.
Diffstat (limited to 'templates/nl/private.html')
-rw-r--r-- | templates/nl/private.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nl/private.html b/templates/nl/private.html index 9381e015..9f89a282 100644 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -1,6 +1,6 @@ <html> <head> - <title>%(realname)s Privé-archief Login</title> + <title>%(realname)s Privé-archief Login</title> </head> <body bgcolor="#ffffff"> <FORM METHOD=POST ACTION="%(action)s"> @@ -8,7 +8,7 @@ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> - <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Privé-archief Login</FONT></B> + <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Privé-archief Login</FONT></B> </TD> </TR> <tr> |