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/ca/archidxhead.html   | 2 +-
 templates/ca/archtoc.html       | 2 +-
 templates/ca/archtocnombox.html | 2 +-
 templates/ca/article.html       | 7 ++++++-
 templates/ca/emptyarchive.html  | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

(limited to 'templates/ca')

diff --git a/templates/ca/archidxhead.html b/templates/ca/archidxhead.html
index 0ca142dd..f5d2edda 100644
--- a/templates/ca/archidxhead.html
+++ b/templates/ca/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      L'arxiu de %(archive)s de la llista %(listname)s per %(archtype)s
diff --git a/templates/ca/archtoc.html b/templates/ca/archtoc.html
index e399a326..e2e43c56 100644
--- a/templates/ca/archtoc.html
+++ b/templates/ca/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      Els arxius de la llista %(listname)s
diff --git a/templates/ca/archtocnombox.html b/templates/ca/archtocnombox.html
index fe76f174..32eb992e 100644
--- a/templates/ca/archtocnombox.html
+++ b/templates/ca/archtocnombox.html
@@ -1,4 +1,4 @@
-
+
 
   
   Els arxius de la llista %(listname)s
diff --git a/templates/ca/article.html b/templates/ca/article.html
index b82351d1..a946d4b3 100644
--- a/templates/ca/article.html
+++ b/templates/ca/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/ca/emptyarchive.html b/templates/ca/emptyarchive.html
index 4326c002..fa0b8a54 100644
--- a/templates/ca/emptyarchive.html
+++ b/templates/ca/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>Arxius de la llista %(listname)s
-- 
cgit v1.2.3