------------------------------------------------------------
revno: 1359
committer: Mark Sapiro <msap...@value.net>
branch nick: 2.1
timestamp: Tue 2012-06-26 17:53:52 -0700
message:
  Replaced utf-8 encoded characters in newly added German templates with
  HTML entities. (LP: #1018208)
modified:
  NEWS
  templates/de/archidxfoot.html
  templates/de/archidxhead.html
  templates/de/archtoc.html
  templates/de/archtocnombox.html
  templates/de/emptyarchive.html


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS'
--- NEWS	2012-06-20 23:32:30 +0000
+++ NEWS	2012-06-27 00:53:52 +0000
@@ -5,6 +5,13 @@
 
 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

=== modified file 'templates/de/archidxfoot.html'
--- templates/de/archidxfoot.html	2011-11-27 16:30:08 +0000
+++ templates/de/archidxfoot.html	2012-06-27 00:53:52 +0000
@@ -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>

=== modified file 'templates/de/archidxhead.html'
--- templates/de/archidxhead.html	2011-11-27 16:30:08 +0000
+++ templates/de/archidxhead.html	2012-06-27 00:53:52 +0000
@@ -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>

=== modified file 'templates/de/archtoc.html'
--- templates/de/archtoc.html	2011-11-27 16:30:08 +0000
+++ templates/de/archtoc.html	2012-06-27 00:53:52 +0000
@@ -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>

=== modified file 'templates/de/archtocnombox.html'
--- templates/de/archtocnombox.html	2011-11-27 16:30:08 +0000
+++ templates/de/archtocnombox.html	2012-06-27 00:53:52 +0000
@@ -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

=== modified file 'templates/de/emptyarchive.html'
--- templates/de/emptyarchive.html	2011-11-27 16:30:08 +0000
+++ templates/de/emptyarchive.html	2012-06-27 00:53:52 +0000
@@ -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>

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to