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

(limited to 'templates/vi')

diff --git a/templates/vi/archidxhead.html b/templates/vi/archidxhead.html
index 5121858d..c0ec847a 100644
--- a/templates/vi/archidxhead.html
+++ b/templates/vi/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      Kho %(archive)s %(listname)s theo %(archtype)s
diff --git a/templates/vi/archtoc.html b/templates/vi/archtoc.html
index 7bb2f650..67fc188b 100644
--- a/templates/vi/archtoc.html
+++ b/templates/vi/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      Kho của %(listname)s
diff --git a/templates/vi/archtocnombox.html b/templates/vi/archtocnombox.html
index da0f37a2..efabdcdf 100644
--- a/templates/vi/archtocnombox.html
+++ b/templates/vi/archtocnombox.html
@@ -1,4 +1,4 @@
-
+
 
   
      Kho của %(listname)s
diff --git a/templates/vi/article.html b/templates/vi/article.html
index 74e19b11..d2594f18 100644
--- a/templates/vi/article.html
+++ b/templates/vi/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/vi/emptyarchive.html b/templates/vi/emptyarchive.html
index ff7b79f8..9eb41940 100644
--- a/templates/vi/emptyarchive.html
+++ b/templates/vi/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>Kho của %(listname)s
-- 
cgit v1.2.3