diff options
author | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
commit | 8af8691a1866e2346ec163d9f039a5487d432322 (patch) | |
tree | 77260a25a450e320a04440513b647a04facdcd39 /templates/ca/subscribe.html | |
parent | 0a1d6be5c777163ad366880e6ad21d833718a00f (diff) | |
download | mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.gz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.xz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.zip |
Completed the correction of all templates
The encoding is currently iso88591, no conversion to HTML entities has yet been done.
Diffstat (limited to '')
-rw-r--r-- | templates/ca/subscribe.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/ca/subscribe.html b/templates/ca/subscribe.html index fcdd8373..f3489373 100644 --- a/templates/ca/subscribe.html +++ b/templates/ca/subscribe.html @@ -1,9 +1,9 @@ -<!-- $Revision: 1.1.2.1 $ -->
-<html>
-<head><title><MM-List-Name> Subscription results</title></head>
-<body bgcolor="white">
-<h1><MM-List-Name> Resultats de subscripció</h1>
-<MM-Results>
-<MM-Mailman-Footer>
-</body>
-</html>
+<!-- $Revision: 3550 $ --> +<html> +<head><title>Resultats de subscripciĆ³ a <MM-List-Name></title></head> +<body bgcolor="white"> +<h1>Resultats de subscripció a <MM-List-Name></h1> +<MM-Results> +<MM-Mailman-Footer> +</body> +</html> |