From: Nick Mathewson Date: Fri, 27 May 2016 19:11:11 +0000 (-0400) Subject: roger says this url is better X-Git-Tag: tor-0.2.9.1-alpha~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87593702eb606f18c7b2d1cd688f1173081d203a;p=thirdparty%2Ftor.git roger says this url is better --- diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py index 6b588702a7..e909fc550a 100755 --- a/scripts/maint/format_changelog.py +++ b/scripts/maint/format_changelog.py @@ -401,7 +401,7 @@ class ChangeLog(object): # Let's turn bugs to html. BUG_PAT = re.compile('(bug|ticket|feature)\s+(\d{4,5})', re.I) def bug_html(m): - return "%s %s" % (m.group(1), m.group(2), m.group(2)) + return "%s %s" % (m.group(1), m.group(2), m.group(2)) class HTMLChangeLog(ChangeLog): def __init__(self, *args, **kwargs):