summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-21 16:31:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-21 16:50:20 +0200
commit83afd57b40089c83d15be0636aeea667d9b708c7 (patch)
tree0871cfc2c39cdce86786fd3d33aef47a1b242f5a /bin/reproducible_common.py
parentc2884cb80b82bc83fd60cdf900cdca17cdd738b9 (diff)
downloadjenkins.debian.net-83afd57b40089c83d15be0636aeea667d9b708c7.tar.xz
reproducible: common: add a \n after every package link
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index fa8394ba..202ea40b 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -351,7 +351,7 @@ def link_package(package, suite, arch, bugs={}):
html = '<a href="' + url + '" class="noted" title="' + title + \
'">' + package + '</a>'
finally:
- html += get_trailing_icon(package, bugs)
+ html += get_trailing_icon(package, bugs) + '\n'
return html