diff options
-rw-r--r-- | Mailman/Cgi/edithtml.py | 1 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 45767418..1dd9e87b 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -203,6 +203,7 @@ def FormatHTML(mlist, doc, template_name, template_info, lang=None): _('Edit the public HTML pages and text files')) doc.AddItem(FontSize("+1", link)) + doc.AddItem('<br>') doc.AddItem(FontSize("+1", backlink)) doc.AddItem('<p>') doc.AddItem('<hr>') @@ -7,6 +7,12 @@ Here is a history of user visible changes to Mailman. 2.1.28 (xx-xxx-xxxx) + New Features + + - It is now possible to edit HTML and text templates via the web admin + UI in a supported language other than the list's preferred_language. + Thanks to Yasuhito FUTATSUKI. + Bug fixes and other patches - The BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE feature added in 2.1.27 was |