diff --git a/templates/city.html.j2 b/templates/city.html.j2 index 048a37f..faa171a 100644 --- a/templates/city.html.j2 +++ b/templates/city.html.j2 @@ -76,7 +76,7 @@ {% if m.bar %}{% endif %} {% if m.low_f is not none and m.high_f is not none %} - {{ m.low_f | round | int }}° – {{ m.high_f | round | int }}° + {{ m.low_f | round | int }}°–{{ m.high_f | round | int }}° {% else %}{% endif %} {% endfor %}