summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:40:46 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:40:46 +0100
commit6c8a86ede6816bc883cc3f4db3f2a946f01c221a (patch)
treef649bf6b812fe5465c047e517836d56799c4f00b /bin
parentb79fc54d17e47c6f847d4db487ca06726b2fff29 (diff)
downloadjenkins.debian.net-6c8a86ede6816bc883cc3f4db3f2a946f01c221a.tar.xz
reproducible: fix html in reproducible_html_notes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 4d593a83..78cc52f8 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -354,7 +354,7 @@ def get_trailing_icon(package, bugs):
def index_notes(notes):
bugs = get_bugs()
log.debug('Building the index_notes page...')
- html = '\n<p>There are ' + str(len(notes)) + ' packages with notes.<p>\n'
+ html = '\n<p>There are ' + str(len(notes)) + ' packages with notes.</p>\n'
html += '<p>\n' + tab + '<code>\n'
html = (tab*2).join(html.splitlines(True))
for pkg in sorted(notes):