summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authorbwarsaw2002-04-21 15:27:02 +0000
committerbwarsaw2002-04-21 15:27:02 +0000
commit1f3b0e73425db606d1072551fe6ff4d0ceed368d (patch)
treea22db08a07657c0396134292060b955f650abcf8 /Mailman/htmlformat.py
parent1808ae4e41d45e403d6fc12a88c8be930ceff131 (diff)
downloadmailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.tar.gz
mailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.tar.zst
mailman-1f3b0e73425db606d1072551fe6ff4d0ceed368d.zip
Diffstat (limited to 'Mailman/htmlformat.py')
-rw-r--r--Mailman/htmlformat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index 329225f70..37765332d 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -310,7 +310,7 @@ class Document(Container):
'<HTML>',
'<HEAD>'
])
- if mm_cfg.SHORTCUT_ICON:
+ if mm_cfg.IMAGE_LOGOS:
output.append('<LINK REL="SHORTCUT ICON" HREF="%s">' %
(mm_cfg.IMAGE_LOGOS + mm_cfg.SHORTCUT_ICON))
if self.title: