diff options
author | David Planella <david.planella@gmail.com> | 2008-06-21 13:06:42 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-21 13:06:42 +0200 |
commit | 5bfafd6dad44a472eb30408584237d2bc46f54be (patch) | |
tree | 5702fdbc5e1b2c543508d4c80e890edfe44fb75a /templates/ca/archtoc.html | |
parent | 9b013e5b4bc10316599a086b8c7fadd351bde185 (diff) | |
download | mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.tar.gz mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.tar.xz mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.zip |
Templates' encoding converted to HTML Entities, further message catalog fixes
As some of the HTML pages are generated by mixing the templates with messages from the PO catalog, we should probably check if it is ok to mix encodings, as the catalog will be in UTF-8 and the templates in ISO8859-1.
Diffstat (limited to '')
-rw-r--r-- | templates/ca/archtoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ca/archtoc.html b/templates/ca/archtoc.html index 95712181..e399a326 100644 --- a/templates/ca/archtoc.html +++ b/templates/ca/archtoc.html @@ -8,8 +8,8 @@ <BODY BGCOLOR="#ffffff"> <h1>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 en cru sencer</a> + Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta + llista</a> o bé podeu <a href="%(fullarch)s">baixar l'arxiu en cru sencer</a> (%(size)s). </p> %(noarchive_msg)s |