summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 23:03:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 23:03:23 +0100
commita6acb4f12c943e016ef0fe5083eb22d9ee88ccf4 (patch)
tree28a7ff42a6b29cf28389c1960208c15e3a331dda /bin
parent467dba1dbf254d41b06963265630ada46782b30b (diff)
downloadjenkins.debian.net-a6acb4f12c943e016ef0fe5083eb22d9ee88ccf4.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 29d83001..e8861610 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -374,7 +374,7 @@ PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
write_page_header $VIEW "Overview of various statistics about reproducible builds"
write_page "<p><table><tr>"
-for $i in $SUITES ; do
+for i in $SUITES ; do
write_page " <td><a href=\"/userContent/$i/${TABLE[0]}.png\"><img src=\"/userContent/$i/${TABLE[0]}.png\" class=\"overview\" alt=\"${MAINLABEL[0]}\"></a></td>"
done
write_page "</tr></table></p><p>"