diff options
author | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
commit | 8af8691a1866e2346ec163d9f039a5487d432322 (patch) | |
tree | 77260a25a450e320a04440513b647a04facdcd39 /templates/ca/archtoc.html | |
parent | 0a1d6be5c777163ad366880e6ad21d833718a00f (diff) | |
download | mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.gz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.xz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.zip |
Completed the correction of all templates
The encoding is currently iso88591, no conversion to HTML entities has yet been done.
Diffstat (limited to '')
-rw-r--r-- | templates/ca/archtoc.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/templates/ca/archtoc.html b/templates/ca/archtoc.html index 059e7b3a..b2c93916 100644 --- a/templates/ca/archtoc.html +++ b/templates/ca/archtoc.html @@ -1,20 +1,20 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
- <title>Els arxius de la llista %(listname)s</title>
- <META NAME="robots" CONTENT="noindex,follow">
- %(meta)s
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-
-<h1>Els arxius de la llista %(listname)s</h1>
-
-<p>Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta
- llista</a> o bé podeu <a href="%(fullarch)s">baixar l'arxiu raw sencer</a>
- (%(size)s). </p>
- %(noarchive_msg)s
- %(archive_listing_start)s
- %(archive_listing)s
- %(archive_listing_end)s
- </BODY>
- </HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Els arxius de la llista %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arxius de la llista %(listname)s</h1> + <p> + Podeu obtenir <a href="%%28listinfo%29s">més informació sobre aquesta + llista</a> o bé podeu <a href="%%28fullarch%29s">baixar l'arxiu en cru sencer</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |