aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
authorTokio Kikuchi <tkikuchi@is.kochi-u.ac.jp>2007-11-21 14:21:24 +0900
committerTokio Kikuchi <tkikuchi@is.kochi-u.ac.jp>2007-11-21 14:21:24 +0900
commit5900a18ca1b4616db24f7a12b71b5cb653763c50 (patch)
treef7ae1e31bf30e59214a504378e1baee5777fd675 /Mailman
parent58eb22105ebd954d20f10e60ff94ab716e3ce089 (diff)
downloadmailman2-5900a18ca1b4616db24f7a12b71b5cb653763c50.tar.gz
mailman2-5900a18ca1b4616db24f7a12b71b5cb653763c50.tar.xz
mailman2-5900a18ca1b4616db24f7a12b71b5cb653763c50.zip
small fix in mailto link subject
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Archiver/HyperArch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 99b82e88..8cd000e7 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -462,7 +462,7 @@ class Article(pipermail.Article):
d["subject_html"] = self.quote(self.subject)
# TK: These two _url variables are used to compose a response
# from the archive web page. So, ...
- d["subject_url"] = 'Re: ' + url_quote(self.subject)
+ d["subject_url"] = url_quote('Re: ' + self.subject)
d["in_reply_to_url"] = url_quote(self._message_id)
if mm_cfg.ARCHIVER_OBSCURES_EMAILADDRS:
# Point the mailto url back to the list