summaryrefslogtreecommitdiff
path: root/modules/mm_html.py
diff options
context:
space:
mode:
authorklm1998-04-10 21:13:59 +0000
committerklm1998-04-10 21:13:59 +0000
commit07bf611178d565027cf09dd6ffb9870650cb958b (patch)
tree18cfb7e81131c957ccddf7deb52c1668a027b803 /modules/mm_html.py
parent4cbc8bc2ebceac99948f1e6a050afaa266d63e9e (diff)
downloadmailman-07bf611178d565027cf09dd6ffb9870650cb958b.tar.gz
mailman-07bf611178d565027cf09dd6ffb9870650cb958b.tar.zst
mailman-07bf611178d565027cf09dd6ffb9870650cb958b.zip
Diffstat (limited to 'modules/mm_html.py')
-rw-r--r--modules/mm_html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mm_html.py b/modules/mm_html.py
index f13fec40e..20cddd4e9 100644
--- a/modules/mm_html.py
+++ b/modules/mm_html.py
@@ -1,6 +1,6 @@
"""Routines for presentation of list-specific HTML text."""
-__version__ = "$Revision: 415 $"
+__version__ = "$Revision: 422 $"
import os
@@ -229,7 +229,7 @@ class HTMLFormatter:
return ('<FORM Method=POST ACTION="%s">' % full_url)
def FormatArchiveAnchor(self):
- return '<a href="%s">' % self._base_archive_url
+ return '<a href="%s">' % self.GetBaseArchiveURL()
def FormatFormEnd(self):
return '</FORM>'