diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 59a96827..fec1058c 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -125,7 +125,7 @@ Module.register("currentweather",{ small.appendChild(windSpeed); if (this.config.showWindDirection) { - var windDirection = document.createElement("span"); + var windDirection = document.createElement("sup"); windDirection.innerHTML = " " + this.translate(this.windDirection); small.appendChild(windDirection); }