From 1faefebe428e5d69d44dbca3f8faeafab8deb098 Mon Sep 17 00:00:00 2001 From: Kevin G Date: Fri, 21 May 2021 10:06:54 -0400 Subject: [PATCH] Formatting correction for min/max display --- modules/default/weather/forecast.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/weather/forecast.njk b/modules/default/weather/forecast.njk index 457301d5..cf806d62 100644 --- a/modules/default/weather/forecast.njk +++ b/modules/default/weather/forecast.njk @@ -14,17 +14,17 @@ {% endif %} - {{ f.maxTemperature | roundValue | unit("temperature") }} + {{ f.maxTemperature | roundValue | unit("temperature") | decimalSymbol }} - {{ f.minTemperature | roundValue | unit("temperature") }} + {{ f.minTemperature | roundValue | unit("temperature") | decimalSymbol }} {% if config.showPrecipitationAmount %} {% if f.precipitationUnits %} {{ f.precipitation }}{{ f.precipitationUnits }} - {% else %} + {% else %} {{ f.precipitation | unit("precip") }}