diff options
Diffstat (limited to 'modules/mm_html.py')
| -rw-r--r-- | modules/mm_html.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/mm_html.py b/modules/mm_html.py index 60a63a1d6..79d0abc9d 100644 --- a/modules/mm_html.py +++ b/modules/mm_html.py @@ -27,7 +27,8 @@ class HTMLFormatter: '<p>', 'HTML generated by ', htmlformat.Link(mm_cfg.MAILMAN_URL, - "Mailman v %s" % mm_cfg.VERSION)))).Format() + ("Mailman v %s" + % mm_cfg.VERSION)))).Format()) def SnarfHTMLTemplate(self, file): filename = os.path.join(self._template_dir, file) @@ -120,10 +121,6 @@ class HTMLFormatter: return ('<FORM Method=POST ACTION="%s">' % full_url) def FormatArchiveAnchor(self): - # *** XXX *** What's the right thing here? When hooking up with an - # external mechanism, we need to go to an arbitrary - # place, not just to within the mailman hierarchy. Isn't - # that what the _base_archive_url is for? return '<a href="%s">' % self._base_archive_url def FormatFormEnd(self): |
