diff options
Diffstat (limited to 'templates/eu/article.html')
-rw-r--r-- | templates/eu/article.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/eu/article.html b/templates/eu/article.html index 535cec96..c1cab2a7 100644 --- a/templates/eu/article.html +++ b/templates/eu/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 |