summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-31 09:13:08 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-31 09:13:08 -0400
commit5ad87218389050fef48b1a123aab1260cdfb8d7c (patch)
treeec363a8ac9ae25873d3c12c9e3789ba57d16dbaa /scripts
parente20fc286c0153b5faa37d98c7d1f088233945e57 (diff)
downloadtor-5ad87218389050fef48b1a123aab1260cdfb8d7c.tar.gz
tor-5ad87218389050fef48b1a123aab1260cdfb8d7c.zip
Repair format_changelog.py drupal breaks a little more. Drupal is weird.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/format_changelog.py3
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>&nbsp;</p>"
print "\n<!--break-->\n\n"
+ print "<ul>"
def dumpItem(self, grafs):
grafs[0][0] = grafs[0][0].replace(" - ", "", 1).lstrip()