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/emptyarchive.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 'templates/ca/emptyarchive.html')
-rw-r--r-- | templates/ca/emptyarchive.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ca/emptyarchive.html b/templates/ca/emptyarchive.html index 8ea8cad2..4326c002 100644 --- a/templates/ca/emptyarchive.html +++ b/templates/ca/emptyarchive.html @@ -7,8 +7,8 @@ <BODY BGCOLOR="#ffffff"> <h1>Arxius de la llista %(listname)s</h1> <p> - Encara no s'ha enviat cap missatge a aquesta llista, per la qual cosa que els - arxius estan buits. Podeu obtenir <a href="%(listinfo)s">més informació + Encara no s'ha enviat cap missatge a aquesta llista, per la qual cosa els + arxius estan buits. Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta llista</a>. </p> </BODY> |