diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-08 15:25:52 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-08 15:25:52 -0800 |
commit | 9567ad22a88526adb923c0845d3a3e0534c36422 (patch) | |
tree | 4f1d054f7e5e6770cfe30b35eac37bf179e40f12 /templates/ast/archtocnombox.html | |
parent | ef3031bc19fb725523962d2c6d27be6bafe684f8 (diff) | |
download | mailman2-9567ad22a88526adb923c0845d3a3e0534c36422.tar.gz mailman2-9567ad22a88526adb923c0845d3a3e0534c36422.tar.xz mailman2-9567ad22a88526adb923c0845d3a3e0534c36422.zip |
More updates to the Asturian i18n.
Diffstat (limited to 'templates/ast/archtocnombox.html')
-rw-r--r-- | templates/ast/archtocnombox.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/ast/archtocnombox.html b/templates/ast/archtocnombox.html index 72a92370..1b110f38 100644 --- a/templates/ast/archtocnombox.html +++ b/templates/ast/archtocnombox.html @@ -1,10 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html><head><title>Archivos de %(listname)s</title> - - - - <meta name="robots" content="noindex,follow"></head><body bgcolor="#ffffff">%(meta)s - +<HTML> + <HEAD> + <title>Archivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> <h1>Archivos de %(listname)s</h1> <p> Puedes obtener <a href="%(listinfo)s">más información sobro esta llista</a> @@ -13,5 +14,5 @@ %(archive_listing_start)s %(archive_listing)s %(archive_listing_end)s - -</body></html> + </BODY> + </HTML> |