diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-09-14 21:10:27 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-09-14 21:10:27 -0700 |
commit | 3dcd25150284db25ccbd25e22a4689a6827871ec (patch) | |
tree | 5334023cf016e2e6a33c4baac3de2770fdcc8123 /templates/gl | |
parent | d96f572d042c68a297386b999b0e519ba68ca9cc (diff) | |
download | mailman2-3dcd25150284db25ccbd25e22a4689a6827871ec.tar.gz mailman2-3dcd25150284db25ccbd25e22a4689a6827871ec.tar.xz mailman2-3dcd25150284db25ccbd25e22a4689a6827871ec.zip |
Ran transcheck on all languages and fixed some errors.
Diffstat (limited to 'templates/gl')
-rw-r--r-- | templates/gl/article.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gl/article.html b/templates/gl/article.html index 7d371d36..2e6f562e 100644 --- a/templates/gl/article.html +++ b/templates/gl/article.html @@ -4,7 +4,7 @@ <TITLE> %(title)s </TITLE> <LINK REL="Index" HREF="index.html" > - <LINK REL="made" HREF="mailto:%(email_url)s"> + <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s)sIn-Reply-To=%(in_reply_to_url)s"> <META NAME="robots" CONTENT="index,nofollow"> <style type="text/css"> pre { @@ -20,7 +20,7 @@ </H1> <B>%(author_html)s </B> - <A HREF="mailto:%(email_url)s" + <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s)sIn-Reply-To=%(in_reply_to_url)s" TITLE="%(subject_html)s">%(email_html)s </A><BR> <I>%(datestr_html)s</I> |