aboutsummaryrefslogtreecommitdiffstats
path: root/templates/it
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/it/archidxhead.html2
-rw-r--r--templates/it/archtoc.html2
-rw-r--r--templates/it/archtocnombox.html2
-rw-r--r--templates/it/article.html7
-rw-r--r--templates/it/emptyarchive.html2
5 files changed, 10 insertions, 5 deletions
diff --git a/templates/it/archidxhead.html b/templates/it/archidxhead.html
index f68364ec..c818e3f6 100644
--- a/templates/it/archidxhead.html
+++ b/templates/it/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>L'archivio %(archive)s della lista %(listname)s ordinato per %(archtype)s</title>
diff --git a/templates/it/archtoc.html b/templates/it/archtoc.html
index c9a473ec..cf3bcc1f 100644
--- a/templates/it/archtoc.html
+++ b/templates/it/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>Gli archivi della lista %(listname)s</title>
diff --git a/templates/it/archtocnombox.html b/templates/it/archtocnombox.html
index 6d7423d8..02fc8677 100644
--- a/templates/it/archtocnombox.html
+++ b/templates/it/archtocnombox.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>Gli archivi di %(listname)s</title>
diff --git a/templates/it/article.html b/templates/it/article.html
index 39345862..c0dd4389 100644
--- a/templates/it/article.html
+++ b/templates/it/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?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_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/it/emptyarchive.html b/templates/it/emptyarchive.html
index f94054d0..5a2b36a8 100644
--- a/templates/it/emptyarchive.html
+++ b/templates/it/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>Gli archivi della lista %(listname)s</title>