------------------------------------------------------------
revno: 993
committer: Tokio Kikuchi <[EMAIL PROTECTED]>
branch nick: 2.1-x
timestamp: Wed 2007-11-21 14:21:24 +0900
message:
  small fix in mailto link subject
modified:
  Mailman/Archiver/HyperArch.py

=== modified file 'Mailman/Archiver/HyperArch.py'
--- a/Mailman/Archiver/HyperArch.py     2007-11-16 04:10:47 +0000
+++ b/Mailman/Archiver/HyperArch.py     2007-11-21 05:21:24 +0000
@@ -462,7 +462,7 @@
             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



--

https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to