diff options
Diffstat (limited to 'templates/fi/article.html')
-rw-r--r-- | templates/fi/article.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/fi/article.html b/templates/fi/article.html index 14635df4..40f6fdae 100644 --- a/templates/fi/article.html +++ b/templates/fi/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"> <!-- $Revision: 5063 $ --> <HTML> <HEAD> @@ -7,6 +7,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 |