diff options
Diffstat (limited to 'templates/gl/article.html')
-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> |