summaryrefslogtreecommitdiff
path: root/modules/mm_html.py
diff options
context:
space:
mode:
authormailman1998-03-19 00:39:54 +0000
committermailman1998-03-19 00:39:54 +0000
commita6a72472eb791b2645166c31290fdd3ce5f4bcc3 (patch)
tree9c68e22d79faeaa00a1f56d657f73e52582e1451 /modules/mm_html.py
parentd6fa1266819cb242cd64e8db30fe76dc0571d7bf (diff)
downloadmailman-a6a72472eb791b2645166c31290fdd3ce5f4bcc3.tar.gz
mailman-a6a72472eb791b2645166c31290fdd3ce5f4bcc3.tar.zst
mailman-a6a72472eb791b2645166c31290fdd3ce5f4bcc3.zip
Diffstat (limited to 'modules/mm_html.py')
-rw-r--r--modules/mm_html.py7
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):