Repair format_changelog.py drupal breaks a little more. Drupal is weird.

This commit is contained in:
Nick Mathewson 2014-10-31 09:13:08 -04:00
parent e20fc286c0
commit 5ad8721838
1 changed files with 3 additions and 0 deletions

View File

@ -442,7 +442,10 @@ class HTMLChangeLog(ChangeLog):
print "</ul>\n"
def dumpDrupalBreak(self):
print "\n</ul>\n"
print "<p>&nbsp;</p>"
print "\n<!--break-->\n\n"
print "<ul>"
def dumpItem(self, grafs):
grafs[0][0] = grafs[0][0].replace(" - ", "", 1).lstrip()