diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/format_changelog.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py index 4f3c62d568..3fe5161433 100755 --- a/scripts/maint/format_changelog.py +++ b/scripts/maint/format_changelog.py @@ -442,7 +442,10 @@ class HTMLChangeLog(ChangeLog): print "</ul>\n" def dumpDrupalBreak(self): + print "\n</ul>\n" + print "<p> </p>" print "\n<!--break-->\n\n" + print "<ul>" def dumpItem(self, grafs): grafs[0][0] = grafs[0][0].replace(" - ", "", 1).lstrip() |