diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-08-03 11:25:11 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-03 17:27:28 +0200 |
commit | 633fc3c681e4e0210c400939ebbbf3a4177ca659 (patch) | |
tree | ff64773a8782710e93d4e70058af2b47da4245b0 | |
parent | 3f16f52e07f45c2b89e001542ef3c87d2b2775b6 (diff) | |
download | jenkins.debian.net-633fc3c681e4e0210c400939ebbbf3a4177ca659.tar.xz |
reproducible debian: add title text to meta pkgset images for summary page
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index e95c12a1..76a2717a 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -449,7 +449,7 @@ write_meta_pkg_graphs_links () { for i in $(seq 1 ${#META_PKGSET[@]}) ; do THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png LABEL="Reproducibility status for packages in $SUITE/$ARCH from '${META_PKGSET[$i]}'" - write_page "<a href=\"/debian/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"><img src=\"/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>" + write_page "<a href=\"/debian/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\" title=\"$LABEL\"><img src=\"/debian/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>" done write_page "</center></p>" } |