From be5838c944191fd919b66c88890eda56b5d515e7 Mon Sep 17 00:00:00 2001 From: cotton Date: Thu, 12 Nov 1998 03:23:51 +0000 Subject: made FormatFormStart use AbsoluteScript URL because it was returning a bogus url for handle_opts (one nesting level too high). scott --- Mailman/HTMLFormatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/HTMLFormatter.py') diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index c0d0a8f20..fcd63ad39 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -296,7 +296,7 @@ class HTMLFormatter: return container def FormatFormStart(self, name, extra=''): - base_url = self.GetRelativeScriptURL(name) + base_url = self.GetAbsoluteScriptURL(name) if extra: full_url = "%s/%s" % (base_url, extra) else: -- cgit v1.2.3-70-g09d2