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/ja/article.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'templates/ja/article.html')

diff --git a/templates/ja/article.html b/templates/ja/article.html
index 6d8febe8..56d3237c 100644
--- a/templates/ja/article.html
+++ b/templates/ja/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
-- 
cgit v1.2.3