From 9c584132097202f0c7616e7819a653797dede242 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Mon, 12 Apr 2021 18:34:33 +0200 Subject: [PATCH] Put decimalSymbol at the end of the row like in the Current part --- modules/default/weather/forecast.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default/weather/forecast.njk b/modules/default/weather/forecast.njk index b8e9a29a..c78e89ed 100644 --- a/modules/default/weather/forecast.njk +++ b/modules/default/weather/forecast.njk @@ -14,10 +14,10 @@ {% endif %} - {{ f.maxTemperature | roundValue | decimalSymbol | unit("temperature") }} + {{ f.maxTemperature | roundValue | unit("temperature") | decimalSymbol }} - {{ f.minTemperature | roundValue | decimalSymbol | unit("temperature") }} + {{ f.minTemperature | roundValue | unit("temperature") | decimalSymbol }} {% if config.showPrecipitationAmount %}