diff options
-rw-r--r-- | Mailman/Archiver/HyperArch.py | 2 |
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 |