diff options
author | Jim Popovitch <jimpop@gmail.com> | 2013-11-17 01:56:29 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@gmail.com> | 2013-11-17 01:56:29 +0000 |
commit | 06d15b0a9949652f696d19903cef2a235ff3a428 (patch) | |
tree | 55a9c12de799cc056da986aafe3b8e66d0cbf94b /templates/gl/article.html | |
parent | bc05ad4e81bd2ce9ec0f36e5112eadf607a49195 (diff) | |
parent | ded18dda2b2f9ba00f8780b4eba6c398c5bff838 (diff) | |
download | mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.tar.gz mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.tar.xz mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.zip |
Upstream changes
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> |