From b7c485f4240ec7478e79a86f9bd0235bf5dbd331 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Mar 2015 21:17:28 +0100 Subject: reproducible: css tuning --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 7a8fed8b..df943a03 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -302,7 +302,7 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "" + write_page "
Bugs per usertag on $VALUEOpenDoneTotal
" elif [ $((COUNT%2)) -eq 0 ] ; then write_page "" TOTAL=$VALUE -- cgit v1.2.3-54-g00ecf
Bugs per usertag on $VALUEOpenDoneTotal
${FIELD:5}$VALUE