summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-11-18 21:04:57 +0000
committerbwarsaw2002-11-18 21:04:57 +0000
commit8b8a0812299d4fc1fe97182a4a0eb894a487fe47 (patch)
tree9580da9151c0f9e04896da81ea4d6fbdb054bd33
parent05680dc805dee943b5e1696ee9dfd280c934de1d (diff)
downloadmailman-8b8a0812299d4fc1fe97182a4a0eb894a487fe47.tar.gz
mailman-8b8a0812299d4fc1fe97182a4a0eb894a487fe47.tar.zst
mailman-8b8a0812299d4fc1fe97182a4a0eb894a487fe47.zip
Added a %(meta)s placeholder where the http-equiv meta tag for the
charset will go.
-rw-r--r--templates/en/archtoc.html1
-rw-r--r--templates/it/archtoc.html1
-rw-r--r--templates/ja/archtoc.html1
-rw-r--r--templates/no/archtoc.html1
-rw-r--r--templates/ru/archtoc.html1
5 files changed, 5 insertions, 0 deletions
diff --git a/templates/en/archtoc.html b/templates/en/archtoc.html
index 4670a7a5c..6969d5152 100644
--- a/templates/en/archtoc.html
+++ b/templates/en/archtoc.html
@@ -3,6 +3,7 @@
<HEAD>
<title>The %(listname)s Archives</title>
<META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>The %(listname)s Archives </h1>
diff --git a/templates/it/archtoc.html b/templates/it/archtoc.html
index dfcb60fd1..c9a473ec4 100644
--- a/templates/it/archtoc.html
+++ b/templates/it/archtoc.html
@@ -3,6 +3,7 @@
<HEAD>
<title>Gli archivi della lista %(listname)s</title>
<META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Gli archivi della lista %(listname)s</h1>
diff --git a/templates/ja/archtoc.html b/templates/ja/archtoc.html
index 4beec9012..f647724d3 100644
--- a/templates/ja/archtoc.html
+++ b/templates/ja/archtoc.html
@@ -3,6 +3,7 @@
<HEAD>
<title>%(listname)s Êݸ½ñ¸Ë</title>
<META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>%(listname)s Êݸ½ñ¸Ë</h1>
diff --git a/templates/no/archtoc.html b/templates/no/archtoc.html
index d7d8eb01f..7d28b6143 100644
--- a/templates/no/archtoc.html
+++ b/templates/no/archtoc.html
@@ -3,6 +3,7 @@
<HEAD>
<title>%(listname)s arkivet</title>
<META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>%(listname)s arkivet </h1>
diff --git a/templates/ru/archtoc.html b/templates/ru/archtoc.html
index e0fb4f765..4719053fb 100644
--- a/templates/ru/archtoc.html
+++ b/templates/ru/archtoc.html
@@ -3,6 +3,7 @@
<HEAD>
<title>áÒÈÉ× %(listname)s</title>
<META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>áÒÈÉ× %(listname)s</h1>