diff --git a/static/index.html b/static/index.html index 4cb52ede..54358c80 100644 --- a/static/index.html +++ b/static/index.html @@ -41,10 +41,10 @@ found in the LICENSE file. {{cat.descr}} - {{report[cat.key].min}} {{cat.unit}} - {{report[cat.key].med}} {{cat.unit}} - {{report[cat.key].nfp}} {{cat.unit}} - {{report[cat.key].max}} {{cat.unit}} + {{report[cat.key].min | number}} {{cat.unit}} + {{report[cat.key].med | number}} {{cat.unit}} + {{report[cat.key].nfp | number}} {{cat.unit}} + {{report[cat.key].max | number}} {{cat.unit}}