From 91450118197ba58b2a1b3fce70b256893cd55f36 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 9 Dec 2023 21:39:37 +1100 Subject: [PATCH] In svg graph, shorten data-message to data-msg, file size reduced 11.9KB to 11.8KB --- templates/partials/sparkline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/sparkline.html b/templates/partials/sparkline.html index bb2ac75..f4efdc3 100644 --- a/templates/partials/sparkline.html +++ b/templates/partials/sparkline.html @@ -39,7 +39,7 @@
@@ -67,7 +67,7 @@ width="{{ width | int }}" height="{{ height | int }}" class="plot_point" - data-message="{{ message }}"> + data-msg="{{ message }}"> {% endfor %}