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/ru/archidxhead.html   | 2 +-
 templates/ru/archtoc.html       | 2 +-
 templates/ru/archtocnombox.html | 2 +-
 templates/ru/article.html       | 7 ++++++-
 templates/ru/emptyarchive.html  | 2 +-
 templates/ru/s2s.py             | 0
 6 files changed, 10 insertions(+), 5 deletions(-)
 mode change 100755 => 100644 templates/ru/s2s.py

(limited to 'templates/ru')

diff --git a/templates/ru/archidxhead.html b/templates/ru/archidxhead.html
index 95d52343..0f02b44f 100644
--- a/templates/ru/archidxhead.html
+++ b/templates/ru/archidxhead.html
@@ -1,4 +1,4 @@
-
+
 
   
      Архив %(listname)s, том %(archive)s, сообщения упорядочены по %(archtype)s
diff --git a/templates/ru/archtoc.html b/templates/ru/archtoc.html
index 4719053f..3798216f 100644
--- a/templates/ru/archtoc.html
+++ b/templates/ru/archtoc.html
@@ -1,4 +1,4 @@
-
+
 
   
      Архив %(listname)s
diff --git a/templates/ru/archtocnombox.html b/templates/ru/archtocnombox.html
index b20a3464..b501310e 100644
--- a/templates/ru/archtocnombox.html
+++ b/templates/ru/archtocnombox.html
@@ -1,4 +1,4 @@
-
+
 
   
      Архивы списка рассылки %(listname)s
diff --git a/templates/ru/article.html b/templates/ru/article.html
index bd6bc0d4..3a6f86b3 100644
--- a/templates/ru/article.html
+++ b/templates/ru/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/ru/emptyarchive.html b/templates/ru/emptyarchive.html
index deea75c9..04519001 100644
--- a/templates/ru/emptyarchive.html
+++ b/templates/ru/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
diff --git a/templates/ru/s2s.py b/templates/ru/s2s.py
old mode 100755
new mode 100644
-- 
cgit v1.2.3