summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
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 "<td>$VALUE</td>"
let "TOTAL=TOTAL+VALUE"
- write_page "<td>$VALUE</td></tr>"
+ write_page "<td>$TOTAL</td></tr>"
fi
done
write_page "</table>"