From 633fc3c681e4e0210c400939ebbbf3a4177ca659 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Wed, 3 Aug 2016 11:25:11 -0400 Subject: reproducible debian: add title text to meta pkgset images for summary page Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "\"$LABEL\"" + write_page "\"$LABEL\"" done write_page "

" } -- cgit v1.2.3-54-g00ecf