From 4683bd064689820562fdd31d6522045c5be33c55 Mon Sep 17 00:00:00 2001 From: Tokio Kikuchi Date: Fri, 16 Nov 2007 13:10:47 +0900 Subject: comments modified --- Mailman/Archiver/HyperArch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index 5a177309..99b82e88 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -460,8 +460,8 @@ class Article(pipermail.Article): d["email_html"] = self.quote(self.email) d["title"] = self.quote(self.subject) d["subject_html"] = self.quote(self.subject) - # TK: _url variables are used to compose a response from the - # archive web page. So, ... + # 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["in_reply_to_url"] = url_quote(self._message_id) if mm_cfg.ARCHIVER_OBSCURES_EMAILADDRS: -- cgit v1.2.3