From caacafa2d8b23220b011776025e7929223323c7c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Mar 2015 16:48:00 +0100 Subject: reproducible: improve wording --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index c1b89d24..697d9ded 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -490,7 +490,7 @@ create_main_stats_page() { done write_page "

" # write suite table - write_page "" + write_page "
suitesources in totalreproducible packagesunreproducible packagespackages failing to buildother packages
" for SUITE in $SUITES ; do gather_suite_stats write_page "" -- cgit v1.2.3-70-g09d2
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildother packages
$SUITE$AMOUNT$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%