aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ca/article.html
diff options
context:
space:
mode:
authorDavid Planella <david.planella@gmail.com>2008-06-21 13:06:42 +0200
committerDavid Planella <david.planella@gmail.com>2008-06-21 13:06:42 +0200
commit5bfafd6dad44a472eb30408584237d2bc46f54be (patch)
tree5702fdbc5e1b2c543508d4c80e890edfe44fb75a /templates/ca/article.html
parent9b013e5b4bc10316599a086b8c7fadd351bde185 (diff)
downloadmailman2-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/article.html')
-rw-r--r--templates/ca/article.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/ca/article.html b/templates/ca/article.html
index d8225170..b82351d1 100644
--- a/templates/ca/article.html
+++ b/templates/ca/article.html
@@ -22,7 +22,7 @@
%(next_wsubj)s
<LI> <B>Missatges ordenats per:</B>
<a href="date.html#%(sequence)s">[ data ]</a>
- <a href="thread.html#%(sequence)s">[ fil de discussió ]</a>
+ <a href="thread.html#%(sequence)s">[ fil de discussi&oacute; ]</a>
<a href="subject.html#%(sequence)s">[ assumpte ]</a>
<a href="author.html#%(sequence)s">[ autor ]</a>
</LI>
@@ -38,13 +38,13 @@
%(next_wsubj)s
<LI> <B>Missatges ordenats per:</B>
<a href="date.html#%(sequence)s">[ data ]</a>
- <a href="thread.html#%(sequence)s">[ fil de discussió ]</a>
+ <a href="thread.html#%(sequence)s">[ fil de discussi&oacute; ]</a>
<a href="subject.html#%(sequence)s">[ assumpte ]</a>
<a href="author.html#%(sequence)s">[ autor ]</a>
</LI>
</UL>
<hr>
-<a href="%(listurl)s">Més informació sobre la llista de correu %(listname)s</a><br>
+<a href="%(listurl)s">M&eacute;s informaci&oacute; sobre la llista de correu %(listname)s</a><br>
</body></html>