summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-12-21 01:59:58 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 02:02:19 +0100
commit54713ba2822c0b75bd520e6e4973adc148ee3d1e (patch)
tree924ccbba50a1229a386a17feda433e2747de4bc8 /bin/reproducible_html_dashboard.sh
parent8164c88e90ff379df9608ff9ba0d919e4e6e8281 (diff)
downloadjenkins.debian.net-54713ba2822c0b75bd520e6e4973adc148ee3d1e.tar.xz
reproducible dashboard: link age graphs to images
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 39d3968c..6eb2efae 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -513,7 +513,7 @@ create_dashboard_page() {
if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then
continue
fi
- write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
+ write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
done
write_page "</p><p style=\"clear:both;\">"
done