From b6b4eb9357283285be4624a60922b8270cc8164f Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 14 Dec 2009 14:41:45 -0800 Subject: - Updated docs for 2.1.13 release. - Added "white-space: pre-wrap" style for
 tag in archives.
   Bug #266467.
---
 templates/da/archidxhead.html   | 2 +-
 templates/da/archtoc.html       | 2 +-
 templates/da/archtocnombox.html | 2 +-
 templates/da/article.html       | 7 ++++++-
 templates/da/emptyarchive.html  | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

(limited to 'templates/da')

diff --git a/templates/da/archidxhead.html b/templates/da/archidxhead.html
index c7f66a2d..162bcd9b 100644
--- a/templates/da/archidxhead.html
+++ b/templates/da/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      %(listname)s arkivet for %(archive)s sorteret efter %(archtype)s
diff --git a/templates/da/archtoc.html b/templates/da/archtoc.html
index 0892a061..a5dcda60 100644
--- a/templates/da/archtoc.html
+++ b/templates/da/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      %(listname)s arkiv
diff --git a/templates/da/archtocnombox.html b/templates/da/archtocnombox.html
index 0c86bd8e..756f9e1e 100644
--- a/templates/da/archtocnombox.html
+++ b/templates/da/archtocnombox.html
@@ -1,4 +1,4 @@
-
+
 
   
      %(listname)s arkiv
diff --git a/templates/da/article.html b/templates/da/article.html
index 512471e9..6a69904f 100644
--- a/templates/da/article.html
+++ b/templates/da/article.html
@@ -1,4 +1,4 @@
-
+
 
  
     %(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/da/emptyarchive.html b/templates/da/emptyarchive.html
index c8530842..50ec9f4a 100644
--- a/templates/da/emptyarchive.html
+++ b/templates/da/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>Arkiv for maillisten %(listname)s
-- 
cgit v1.2.3