summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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