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 %}
|