From a6a72472eb791b2645166c31290fdd3ce5f4bcc3 Mon Sep 17 00:00:00 2001 From: mailman Date: Thu, 19 Mar 1998 00:39:54 +0000 Subject: Remove my comment questioning FormatArchiveAnchor(). Wrap long line. --- modules/mm_html.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'modules') 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: '

', '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 ('

' % 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 '' % self._base_archive_url def FormatFormEnd(self): -- cgit v1.3.1