aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tr
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-12-14 14:41:45 -0800
committerMark Sapiro <mark@msapiro.net>2009-12-14 14:41:45 -0800
commitb6b4eb9357283285be4624a60922b8270cc8164f (patch)
tree82a56cdf1de3dba44b0b7e75209108642d9860c8 /templates/tr
parent2f6d0c8dfb1ea8790ae065f9713ba3bf2f0143d5 (diff)
downloadmailman2-b6b4eb9357283285be4624a60922b8270cc8164f.tar.gz
mailman2-b6b4eb9357283285be4624a60922b8270cc8164f.tar.xz
mailman2-b6b4eb9357283285be4624a60922b8270cc8164f.zip
- Updated docs for 2.1.13 release.
- Added "white-space: pre-wrap" style for <pre> tag in archives. Bug #266467.
Diffstat (limited to 'templates/tr')
-rw-r--r--templates/tr/archidxhead.html2
-rw-r--r--templates/tr/archtoc.html2
-rw-r--r--templates/tr/archtocnombox.html2
-rw-r--r--templates/tr/article.html7
-rw-r--r--templates/tr/emptyarchive.html2
5 files changed, 10 insertions, 5 deletions
diff --git a/templates/tr/archidxhead.html b/templates/tr/archidxhead.html
index e711220c..80782eb3 100644
--- a/templates/tr/archidxhead.html
+++ b/templates/tr/archidxhead.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>%(archtype)s sıralaması ile %(listname)s %(archive)s Arşivleri</title>
diff --git a/templates/tr/archtoc.html b/templates/tr/archtoc.html
index 405e0440..a49dac37 100644
--- a/templates/tr/archtoc.html
+++ b/templates/tr/archtoc.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 Arşivleri</title>
diff --git a/templates/tr/archtocnombox.html b/templates/tr/archtocnombox.html
index a6a0b724..9b4d0980 100644
--- a/templates/tr/archtocnombox.html
+++ b/templates/tr/archtocnombox.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 Arşivleri</title>
diff --git a/templates/tr/article.html b/templates/tr/article.html
index ec436e9a..1f5cdb57 100644
--- a/templates/tr/article.html
+++ b/templates/tr/article.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> %(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/tr/emptyarchive.html b/templates/tr/emptyarchive.html
index 51cb8ce1..efcc798b 100644
--- a/templates/tr/emptyarchive.html
+++ b/templates/tr/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 Arşivleri</title>