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/sl/archidxhead.html  | 2 +-
 templates/sl/archtoc.html      | 2 +-
 templates/sl/article.html      | 7 ++++++-
 templates/sl/emptyarchive.html | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

(limited to 'templates/sl')

diff --git a/templates/sl/archidxhead.html b/templates/sl/archidxhead.html
index 05462dff..9252b9a3 100644
--- a/templates/sl/archidxhead.html
+++ b/templates/sl/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      Arhiv za %(listname)s %(archive)s glede na %(archtype)s
diff --git a/templates/sl/archtoc.html b/templates/sl/archtoc.html
index 28825189..e72656b0 100644
--- a/templates/sl/archtoc.html
+++ b/templates/sl/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      Arhivi za seznam %(listname)s
diff --git a/templates/sl/article.html b/templates/sl/article.html
index 6b9354ae..14b8a388 100644
--- a/templates/sl/article.html
+++ b/templates/sl/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/sl/emptyarchive.html b/templates/sl/emptyarchive.html
index a4b205ad..4b64d076 100644
--- a/templates/sl/emptyarchive.html
+++ b/templates/sl/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>Arhiv seznama %(listname)s
-- 
cgit v1.2.3