[tor-commits] [tor/master] Repair format_changelog.py drupal breaks a little more. Drupal is weird.
nickm at torproject.org
nickm at torproject.org
Fri Oct 31 13:13:02 UTC 2014
commit 5ad87218389050fef48b1a123aab1260cdfb8d7c
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Oct 31 09:13:08 2014 -0400
Repair format_changelog.py drupal breaks a little more. Drupal is weird.
---
scripts/maint/format_changelog.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py
index 4f3c62d..3fe5161 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()
More information about the tor-commits
mailing list