diff options
Diffstat (limited to '')
-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> |