commit 5ad87218389050fef48b1a123aab1260cdfb8d7c Author: Nick Mathewson nickm@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()
tor-commits@lists.torproject.org