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/roster.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/roster.html')
-rw-r--r-- | templates/ca/roster.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/ca/roster.html b/templates/ca/roster.html index 7d9a7d86..a44ee679 100644 --- a/templates/ca/roster.html +++ b/templates/ca/roster.html @@ -20,8 +20,8 @@ <P align = "right"> <MM-lang-form-start><MM-displang-box> <MM-list-langs><MM-form-end></p> - <P>Feu clic a la vostra adreça per a visitar la pàgina - d'opcions de subscripció.<br><I>(Les adreces entre parèntesi tenen l'entrega + <P>Feu clic a la vostra adreça per a visitar la pàgina + d'opcions de subscripció.<br><I>(Les adreces entre parèntesi tenen l'entrega inhabilitada.)</I></P> </TD> </TR> @@ -29,13 +29,13 @@ <TD BGCOLOR="#FFF0D0" WIDTH="50%"> <center> <B><FONT COLOR="#000000"><MM-Num-Reg-Users>Membres - sense compilació de <MM-List-Name>:</FONT></B> + sense compilació de <MM-List-Name>:</FONT></B> </center> </TD> <TD BGCOLOR="#FFF0D0" WIDTH="50%"> <center> <B><FONT COLOR="#000000"><MM-Num-Digesters> Membres - amb compilació de <MM-List-Name>:</FONT></B> + amb compilació de <MM-List-Name>:</FONT></B> </center> </TD> </TR> |