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/archidxfoot.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/archidxfoot.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ca/archidxfoot.html b/templates/ca/archidxfoot.html index 4e21eae2..874cfcfa 100644 --- a/templates/ca/archidxfoot.html +++ b/templates/ca/archidxfoot.html @@ -1,6 +1,6 @@ </ul> <p> - <a name="end"><b>Data de l'últim missatge:</b></a> + <a name="end"><b>Data de l'últim missatge:</b></a> <i>%(lastdate)s</i><br> <b>Data d'arxivament:</b> <i>%(archivedate)s</i> <p> @@ -10,7 +10,7 @@ %(subject_ref)s %(author_ref)s %(date_ref)s - <li><b><a href="%(listinfo)s">Més informació sobre aquesta llista... + <li><b><a href="%(listinfo)s">Més informació sobre aquesta llista... </a></b></li> </ul> <p> |