summaryrefslogtreecommitdiff
path: root/Mailman/HTMLFormatter.py
diff options
context:
space:
mode:
authorbwarsaw1999-05-02 22:32:29 +0000
committerbwarsaw1999-05-02 22:32:29 +0000
commitad71ebde439423c510037c3d8216dfed79ae9096 (patch)
tree39a4f1dfa5bd94f7c1f22a2af2b322a931ae55fe /Mailman/HTMLFormatter.py
parentd10820845ba7f425b057e30942b1e25c049771de (diff)
downloadmailman-ad71ebde439423c510037c3d8216dfed79ae9096.tar.gz
mailman-ad71ebde439423c510037c3d8216dfed79ae9096.tar.zst
mailman-ad71ebde439423c510037c3d8216dfed79ae9096.zip
Diffstat (limited to 'Mailman/HTMLFormatter.py')
-rw-r--r--Mailman/HTMLFormatter.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 9e2f711f4..210785f4f 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -44,6 +44,9 @@ class HTMLFormatter:
owners_html.AddItem(', ')
# Remove the .Format() when htmlformat conversion is done.
+ img = Link(mm_cfg.MAILMAN_URL,
+ '<img src="%s" alt="Delivered by Mailman" border=0> v %s' %
+ (mm_cfg.DELIVERED_BY_URL, mm_cfg.VERSION))
return Container(
'<hr>',
Address(
@@ -52,10 +55,7 @@ class HTMLFormatter:
self.real_name),
' list run by ',
owners_html,
- '<p>',
- 'HTML generated by ',
- Link(mm_cfg.MAILMAN_URL,
- "Mailman v %s" % mm_cfg.VERSION)))).Format()
+ '<p>', img))).Format()
def SnarfHTMLTemplate(self, file):
# XXX: hack, blech, yuk