diff options
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 2 |
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: |
