From f788facf97bbacb858f62dbfdcfce7ae6272f523 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 13 May 2015 12:36:17 +0200 Subject: reproducible: meta_pkg_sets: add a title= attribute to the thumbnails --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 1843f3e9..2da35501 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -422,14 +422,14 @@ create_pkg_sets_page() { write_page "" 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 for i in $(seq 1 ${#META_PKGSET[@]}) ; do write_page "
" -- cgit v1.2.3-54-g00ecf