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/archidxentry.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/archidxentry.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/ca/archidxentry.html b/templates/ca/archidxentry.html index c206aa4f..f9bb57aa 100644 --- a/templates/ca/archidxentry.html +++ b/templates/ca/archidxentry.html @@ -1,4 +1,4 @@ -<LI><A HREF="%(filename)s">%(subject)s
-</A><A NAME="%(sequence)i"> </A>
-<I>%(author)s
-</I>
+<LI><A HREF="%(filename)s">%(subject)s +</A><A NAME="%(sequence)i"> </A> +<I>%(author)s +</I> |