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

(limited to 'templates/hr')

diff --git a/templates/hr/archidxhead.html b/templates/hr/archidxhead.html
index a4241b57..46235e85 100644
--- a/templates/hr/archidxhead.html
+++ b/templates/hr/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      The %(listname)s %(archive)s Arhiva od %(archtype)s
diff --git a/templates/hr/archtoc.html b/templates/hr/archtoc.html
index bc74fe62..a5053ffd 100644
--- a/templates/hr/archtoc.html
+++ b/templates/hr/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      %(listname)s Arhiva
diff --git a/templates/hr/article.html b/templates/hr/article.html
index 1cc61089..092b39a7 100644
--- a/templates/hr/article.html
+++ b/templates/hr/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/hr/emptyarchive.html b/templates/hr/emptyarchive.html
index 073a9520..141c4f46 100644
--- a/templates/hr/emptyarchive.html
+++ b/templates/hr/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>%(listname)s Arhiva
-- 
cgit v1.2.3