From 52f32f927e1d90ec1baf2cda117444bf435a9569 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Jan 2015 20:48:27 +0100 Subject: reproducible: use correct variable for better results in usertags table --- 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 4d585044..5b3785ef 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -201,7 +201,7 @@ write_usertag_table() { else write_page "$VALUE" let "TOTAL=TOTAL+VALUE" - write_page "$VALUE" + write_page "$TOTAL" fi done write_page "" -- cgit v1.2.3-70-g09d2