diff options
| author | viega | 1998-06-03 13:13:00 +0000 |
|---|---|---|
| committer | viega | 1998-06-03 13:13:00 +0000 |
| commit | fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35 (patch) | |
| tree | 4ec67e7cdcd908cf3b737176ed5771419baf046f /modules/mm_html.py | |
| parent | 70665f31a9b592db30c5b1c92abc72aa39abc0d2 (diff) | |
| download | mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.tar.gz mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.tar.zst mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.zip | |
Diffstat (limited to 'modules/mm_html.py')
| -rw-r--r-- | modules/mm_html.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mm_html.py b/modules/mm_html.py index dcab91891..d5b971029 100644 --- a/modules/mm_html.py +++ b/modules/mm_html.py @@ -17,7 +17,7 @@ """Routines for presentation of list-specific HTML text.""" -__version__ = "$Revision: 547 $" +__version__ = "$Revision: 693 $" import os @@ -87,7 +87,7 @@ class HTMLFormatter: showing = ObscureEmail(person, for_text=1) else: showing = person - got = Link(os.path.join(me.GetScriptURL('options'), + got = Link(os.path.join(me.GetRelativeScriptURL('options'), id), showing) if me.GetUserOption(person, disdel): got = Italic("(", got, ")") @@ -261,7 +261,7 @@ class HTMLFormatter: return container def FormatFormStart(self, name, extra=''): - base_url = self.GetScriptURL(name) + base_url = self.GetRelativeScriptURL(name) full_url = os.path.join(base_url, extra) return ('<FORM Method=POST ACTION="%s">' % full_url) |
