summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-04-09 22:18:39 +0000
committerklm1998-04-09 22:18:39 +0000
commit0699bfab5b0b40038ae74074cd84013b7e7d459d (patch)
treea8e1fbadc4784f65bbbfbde0ca75cedf461128fe
parentdcf8391dd822b34a9fd8e0163e47a027ddff49fe (diff)
downloadmailman-0699bfab5b0b40038ae74074cd84013b7e7d459d.tar.gz
mailman-0699bfab5b0b40038ae74074cd84013b7e7d459d.tar.zst
mailman-0699bfab5b0b40038ae74074cd84013b7e7d459d.zip
-rw-r--r--Mailman/MailList.py4
-rw-r--r--modules/maillist.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 19c42ee4d..2d62d7f4d 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -188,8 +188,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
" newlines will be translated to <br> - so you can use"
" links, preformatted text, etc, but don't put in carriage"
" returns except where you mean to separate paragraphs. And"
- " review your changes - bad html (like an unclosed quote) can"
- " disrupt display of the listinfo page."),
+ " review your changes - bad html (like some unterminated HTML"
+ " constructs) can prevent display of the entire listinfo page."),
('subject_prefix', mm_cfg.String, 10, 0,
'Prefix for subject line of list postings.',
diff --git a/modules/maillist.py b/modules/maillist.py
index 19c42ee4d..2d62d7f4d 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -188,8 +188,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
" newlines will be translated to <br> - so you can use"
" links, preformatted text, etc, but don't put in carriage"
" returns except where you mean to separate paragraphs. And"
- " review your changes - bad html (like an unclosed quote) can"
- " disrupt display of the listinfo page."),
+ " review your changes - bad html (like some unterminated HTML"
+ " constructs) can prevent display of the entire listinfo page."),
('subject_prefix', mm_cfg.String, 10, 0,
'Prefix for subject line of list postings.',