diff options
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Cgi/edithtml.py | 1 |
1 files changed, 1 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>') |