summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-12 15:56:46 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-12 15:56:46 +0100
commit8d6e5ffe3c443ab2a7b39acc736c262fb9232cb5 (patch)
tree199e7a7ec29af12e9efbf0e6e2bdeb990edf8303 /bin/reproducible_html_breakages.py
parentbca89bed636c0bc5768412aecb9c5a0caf3bd184 (diff)
downloadjenkins.debian.net-8d6e5ffe3c443ab2a7b39acc736c262fb9232cb5.tar.xz
reproducible Debian: fix img
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 4d94b08c..e827aeb4 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -374,7 +374,7 @@ def gen_html():
# gather stats and add graph
update_stats_breakages(count_pkgs(bad_dbd), count_pkgs(without_dbd))
create_breakages_graph
- html += '<br> <a href="/debian/stats_breakages.png><img src=/debian/stats_breakages.png" alt="source packages causing Diffoscope to timeout and crash"></a>'
+ html += '<br> <a href="/debian/stats_breakages.png"><img src="/debian/stats_breakages.png" alt="source packages causing Diffoscope to timeout and crash"></a>'
return html