diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-28 13:23:27 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-28 13:23:27 -0800 |
commit | 4b3b77f1f395ab8344ef9d643045798ad15bac1b (patch) | |
tree | 7477c0aca41c8987d19fbd371c6a16829925d5c5 /templates/ast/archidxhead.html | |
parent | 6e4754d9f8bc597909fd27f584e9510900b380e7 (diff) | |
download | mailman2-4b3b77f1f395ab8344ef9d643045798ad15bac1b.tar.gz mailman2-4b3b77f1f395ab8344ef9d643045798ad15bac1b.tar.xz mailman2-4b3b77f1f395ab8344ef9d643045798ad15bac1b.zip |
Minor corrections to some DOCTYPE directives in templates.
Diffstat (limited to '')
-rw-r--r-- | templates/ast/archidxhead.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ast/archidxhead.html b/templates/ast/archidxhead.html index 47eb4278..2e5a8c74 100644 --- a/templates/ast/archidxhead.html +++ b/templates/ast/archidxhead.html @@ -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> |