From 208b7cd44d065ee844a79009a631111f067b5170 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 3 Aug 2000 05:14:43 +0000 Subject: GetConfigInfo(): Explain that `web_page_url' must end in a single slash. --- Mailman/MailList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/MailList.py b/Mailman/MailList.py index d83e65244..7bc35213b 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -544,7 +544,7 @@ it will not be changed."""), " multiple addresses."), ('web_page_url', mm_cfg.String, WIDTH, 0, - 'Base URL for Mailman web interface', + 'Base URL for Mailman web interface (must end in a single "/")', "This is the common root for all mailman URLs concerning this" " list. It is also used in the listinfo overview of mailing" -- cgit v1.3.1