From 418834ee83e3d6e83086955430c528273a20c214 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Tue, 15 Jan 2019 15:36:38 +0800 Subject: [PATCH] fix: template minor error --- bukuserver/templates/bukuserver/statistic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukuserver/templates/bukuserver/statistic.html b/bukuserver/templates/bukuserver/statistic.html index 4307bee..53dab8f 100644 --- a/bukuserver/templates/bukuserver/statistic.html +++ b/bukuserver/templates/bukuserver/statistic.html @@ -299,7 +299,7 @@ }], // These labels appear in the legend and in the tooltips when hovering different arcs labels: [ - {% for val in most_common_titles %} "{{val.0}}", {% endfor %} + {% for val in most_common_titles %} "{{val.0|trim}}", {% endfor %} ] }, options: {