------------------------------------------------------------
revno: 1088
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Mon 2009-12-28 13:32:43 -0800
message:
  Minor corrections to some DOCTYPE directives in templates.
modified:
  NEWS
  templates/ast/archidxhead.html
  templates/ast/archtoc.html
  templates/ast/archtocnombox.html
  templates/ast/article.html
  templates/ast/emptyarchive.html
  templates/sk/archtoc.html
  templates/sk/archtocnombox.html


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

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'NEWS'
--- NEWS	2009-12-22 17:59:14 +0000
+++ NEWS	2009-12-28 21:32:43 +0000
@@ -74,6 +74,13 @@
     - Fixed a problem in SpamDetect.py that could cause header_filter_rules
       to fail to match RFC 2047 encoded headers.
 
+2.1.14 (xx-xxx-xxxx)
+
+  i18n
+
+    - Changed a few DOCTYPE directives in templates for compliance.
+      Bug #500952 and Bug #500955.
+
 2.1.13 (22-Dec-2009)
 
   i18n

=== modified file 'templates/ast/archidxhead.html'
--- templates/ast/archidxhead.html	2009-12-12 20:02:09 +0000
+++ templates/ast/archidxhead.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 	<head>
 		<title>Archivos de %(listname)s %(archive)s por %(archtype)s</title>

=== modified file 'templates/ast/archtoc.html'
--- templates/ast/archtoc.html	2009-12-12 20:02:09 +0000
+++ templates/ast/archtoc.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
   <HEAD>
 		<title>Archivos de %(listname)s</title>

=== modified file 'templates/ast/archtocnombox.html'
--- templates/ast/archtocnombox.html	2009-12-12 20:02:09 +0000
+++ templates/ast/archtocnombox.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
   <HEAD>
 		<title>Archivos de %(listname)s</title>

=== modified file 'templates/ast/article.html'
--- templates/ast/article.html	2009-12-12 20:02:09 +0000
+++ templates/ast/article.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
  <HEAD>
    <TITLE> %(title)s

=== modified file 'templates/ast/emptyarchive.html'
--- templates/ast/emptyarchive.html	2009-12-12 20:02:09 +0000
+++ templates/ast/emptyarchive.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
   <HEAD>
 	<title>Archivo de la lista %(listname)s</title>

=== modified file 'templates/sk/archtoc.html'
--- templates/sk/archtoc.html	2008-08-31 20:37:58 +0000
+++ templates/sk/archtoc.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
   <HEAD>
      <title>Archív konferencie %(listname)s</title>

=== modified file 'templates/sk/archtocnombox.html'
--- templates/sk/archtocnombox.html	2008-08-31 20:37:58 +0000
+++ templates/sk/archtocnombox.html	2009-12-28 21:32:43 +0000
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN\">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
   <HEAD>
      <title>Archív konferencie %(listname)s</title>

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

Reply via email to