aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gl')
-rw-r--r--templates/gl/archidxhead.html2
-rw-r--r--templates/gl/archtoc.html2
-rw-r--r--templates/gl/article.html7
-rw-r--r--templates/gl/emptyarchive.html2
4 files changed, 9 insertions, 4 deletions
diff --git a/templates/gl/archidxhead.html b/templates/gl/archidxhead.html
index 0c516977..6a28c7d1 100644
--- a/templates/gl/archidxhead.html
+++ b/templates/gl/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>O arquivo da rolda %(listname)s %(archive)s por %(archtype)s</title>
diff --git a/templates/gl/archtoc.html b/templates/gl/archtoc.html
index 0bcef5e2..ea927c6a 100644
--- a/templates/gl/archtoc.html
+++ b/templates/gl/archtoc.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>Os arquivos da rolda %(listname)s </title>
diff --git a/templates/gl/article.html b/templates/gl/article.html
index 34c9d552..7d371d36 100644
--- a/templates/gl/article.html
+++ b/templates/gl/article.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> %(title)s
@@ -6,6 +6,11 @@
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:%(email_url)s">
<META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
%(encoding)s
%(prev)s
%(next)s
diff --git a/templates/gl/emptyarchive.html b/templates/gl/emptyarchive.html
index 4f6a75eb..4637a585 100644
--- a/templates/gl/emptyarchive.html
+++ b/templates/gl/emptyarchive.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>Arquivo da rolda %(listname)s</title>