diff options
author | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-16 13:10:47 +0900 |
---|---|---|
committer | Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp> | 2007-11-16 13:10:47 +0900 |
commit | 4683bd064689820562fdd31d6522045c5be33c55 (patch) | |
tree | 9cfd091db6e5e400a43210639dccba29d354f83a | |
parent | 91ece7cba085949f2f61ba9fddb02ae7dd6506ab (diff) | |
download | mailman2-4683bd064689820562fdd31d6522045c5be33c55.tar.gz mailman2-4683bd064689820562fdd31d6522045c5be33c55.tar.xz mailman2-4683bd064689820562fdd31d6522045c5be33c55.zip |
comments modified
-rw-r--r-- | Mailman/Archiver/HyperArch.py | 4 |
1 files 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: |