summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-09 17:47:11 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-09 19:02:58 +0200
commit836211a869e7c99be518f1204eb3a73b70257208 (patch)
treef5b467c97c98c579cc2fb5025d7960b123ce4f47 /bin/reproducible_stats.sh
parentb516de2c1b9f3a9bdb5adb434f0714b788fc68f4 (diff)
downloadjenkins.debian.net-836211a869e7c99be518f1204eb3a73b70257208.tar.xz
reproducible: improve CSS
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 46ddbf94..8916efac 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -303,7 +303,7 @@ init_navi_frame() {
echo "<link href=\"../static/style.css\" type=\"text/css\" rel=\"stylesheet\" /></head>" >> $NAVI
echo "<body><table><tr><td><font size=+1>$1</font> $2" >> $NAVI
set_icon $3 $5
- echo "<a href=\"$JENKINS_URL/userContent/index_${STATE_TARGET_NAME}.html\" target=\"_parent\"><img src=\"../static/$ICON\" /> $3</a>" >> $NAVI
+ echo "<a href=\"$JENKINS_URL/userContent/index_${STATE_TARGET_NAME}.html\" target=\"_parent\"><img src=\"../static/$ICON\" /></a>" >> $NAVI
echo "<font size=-1>at $4:</font> " >> $NAVI
}