aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2012-06-26 17:53:52 -0700
committerMark Sapiro <msapiro@value.net>2012-06-26 17:53:52 -0700
commit4273c882778267730a0a90ca1f0006c8a04d02d4 (patch)
tree52dcd1d9dcf29172d792f92daa134154ce70f813
parent23516acb876bde42ba4b191c2f74f4d69d2a32ca (diff)
downloadmailman2-4273c882778267730a0a90ca1f0006c8a04d02d4.tar.gz
mailman2-4273c882778267730a0a90ca1f0006c8a04d02d4.tar.xz
mailman2-4273c882778267730a0a90ca1f0006c8a04d02d4.zip
Replaced utf-8 encoded characters in newly added German templates with
HTML entities. (LP: #1018208)
-rwxr-xr-xNEWS7
-rwxr-xr-xtemplates/de/archidxfoot.html2
-rwxr-xr-xtemplates/de/archidxhead.html2
-rwxr-xr-xtemplates/de/archtoc.html2
-rwxr-xr-xtemplates/de/archtocnombox.html2
-rwxr-xr-xtemplates/de/emptyarchive.html2
6 files changed, 12 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 25e80782..ff74acef 100755
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.15-1 (xx-xxx-xxxx)
+
+ Bug Fixes and other patches
+
+ - Replaced utf-8 encoded characters in newly added German templates with
+ HTML entities. (LP: #1018208)
+
2.1.15 (13-Jun-2012)
Security
diff --git a/templates/de/archidxfoot.html b/templates/de/archidxfoot.html
index 3b7ff3ef..dd7c30cb 100755
--- a/templates/de/archidxfoot.html
+++ b/templates/de/archidxfoot.html
@@ -10,7 +10,7 @@
%(subject_ref)s
%(author_ref)s
%(date_ref)s
- <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ...
+ <li><b><a href="%(listinfo)s">Weitere Informationen &uuml;ber diese Liste ...
</a></b></li>
</ul>
<p>
diff --git a/templates/de/archidxhead.html b/templates/de/archidxhead.html
index 32cb2370..75824534 100755
--- a/templates/de/archidxhead.html
+++ b/templates/de/archidxhead.html
@@ -15,7 +15,7 @@
%(author_ref)s
%(date_ref)s
- <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ...
+ <li><b><a href="%(listinfo)s">Weitere Informationen &uuml;ber diese Liste ...
</a></b></li>
</ul>
<p><b>Von:</b> <i>%(firstdate)s</i><br>
diff --git a/templates/de/archtoc.html b/templates/de/archtoc.html
index a9c13198..a60f2c47 100755
--- a/templates/de/archtoc.html
+++ b/templates/de/archtoc.html
@@ -8,7 +8,7 @@
<BODY BGCOLOR="#ffffff">
<h1>Das %(listname)s Archiv </h1>
<p>
- Über diese Liste können <a href="%(listinfo)s">weitere Informationen angesehen werden,</a>
+ &Uuml;ber diese Liste k&ouml;nnen <a href="%(listinfo)s">weitere Informationen angesehen werden,</a>
oder das gesamte Archiv kann <a href="%(fullarch)s">heruntergeladen werden</a>
(%(size)s).
</p>
diff --git a/templates/de/archtocnombox.html b/templates/de/archtocnombox.html
index 42c0ea90..cef2ecd4 100755
--- a/templates/de/archtocnombox.html
+++ b/templates/de/archtocnombox.html
@@ -8,7 +8,7 @@
<BODY BGCOLOR="#ffffff">
<h1>Das %(listname)s Archiv </h1>
<p>
- Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>.
+ &Uuml;ber diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>.
</p>
%(noarchive_msg)s
%(archive_listing_start)s
diff --git a/templates/de/emptyarchive.html b/templates/de/emptyarchive.html
index 34368297..31d2ab6e 100755
--- a/templates/de/emptyarchive.html
+++ b/templates/de/emptyarchive.html
@@ -7,7 +7,7 @@
<BODY BGCOLOR="#ffffff">
<h1>Das %(listname)s Archiv </h1>
<p>
- Bisher sind noch keine Nachrichten an diese Liste geschickt worde. Daher ist das Archiv noch leer. Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>.
+ Bisher sind noch keine Nachrichten an diese Liste geschickt worde. Daher ist das Archiv noch leer. &Uuml;ber diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>.
</p>
</BODY>
</HTML>