diff --git a/fhem/webfrontend/pgm3/include/weather.php b/fhem/webfrontend/pgm3/include/weather.php
index 3b9f18137..2c180e233 100644
--- a/fhem/webfrontend/pgm3/include/weather.php
+++ b/fhem/webfrontend/pgm3/include/weather.php
@@ -55,10 +55,10 @@ $WEATHER = website_WEATHER($weathercity, $weathercountry, $weatherlang);
$city=str_replace(" ","
",$WEATHER['city']);
echo "
".$city." | "; + echo "".$city." | "; if ($weatherlang=='de') {$now='Jetzt';} else $now='Now'; - echo "$now: "; + echo " | $now: ";
echo $WEATHER[0]['condition']." \n"; $pos=strrpos($WEATHER[0]['luftfeuchtigkeit'],':'); @@ -67,18 +67,18 @@ $WEATHER = website_WEATHER($weathercity, $weathercountry, $weatherlang); echo "T/Hum: ".$WEATHER[0]['temperatur']."° / $hum \n"; echo $WEATHER[0]['wind']." \n"; echo " | "; + echo " | ";
for($i=1; $i<5; $i++)
{
- echo "".$WEATHER[$i]['weekday']." \n"; + echo "".$WEATHER[$i]['weekday']." \n"; echo $WEATHER[$i]['condition']." \n"; echo "min. ".$WEATHER[$i]['low']."° max. ".$WEATHER[$i]['high']."° \n"; echo " | "; + echo " | "; } - echo " |