diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-14 14:41:45 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-14 14:41:45 -0800 |
commit | b6b4eb9357283285be4624a60922b8270cc8164f (patch) | |
tree | 82a56cdf1de3dba44b0b7e75209108642d9860c8 /templates/ro | |
parent | 2f6d0c8dfb1ea8790ae065f9713ba3bf2f0143d5 (diff) | |
download | mailman2-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/ro')
-rw-r--r-- | templates/ro/archidxhead.html | 2 | ||||
-rw-r--r-- | templates/ro/archtoc.html | 2 | ||||
-rw-r--r-- | templates/ro/article.html | 7 | ||||
-rw-r--r-- | templates/ro/emptyarchive.html | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/templates/ro/archidxhead.html b/templates/ro/archidxhead.html index 9c6f9bd5..467ee391 100644 --- a/templates/ro/archidxhead.html +++ b/templates/ro/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>Arhiva %(archive)s a listei %(listname)s după %(archtype)s</title> diff --git a/templates/ro/archtoc.html b/templates/ro/archtoc.html index a6108dd3..7a68f313 100644 --- a/templates/ro/archtoc.html +++ b/templates/ro/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>Arhivele listei %(listname)s</title> diff --git a/templates/ro/article.html b/templates/ro/article.html index b282feb6..4c5df8ba 100644 --- a/templates/ro/article.html +++ b/templates/ro/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</TITLE> @@ -6,6 +6,11 @@ <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"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + <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/ro/emptyarchive.html b/templates/ro/emptyarchive.html index e7d803a6..b71a4047 100644 --- a/templates/ro/emptyarchive.html +++ b/templates/ro/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>Arhivele %(listname)s</title> |