From: Tobias Diekershoff Date: Sun, 12 Jul 2015 06:33:49 +0000 (+0200) Subject: include the last time updates as title of the header of the widget X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf06804bc82cbf78198bfa0bfa1304391248417c;p=friendica-addons.git include the last time updates as title of the header of the widget --- diff --git a/curweather/curweather.php b/curweather/curweather.php index 33b1df67..48457fe0 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -125,7 +125,7 @@ function curweather_network_mod_init(&$fk_app,&$b) { $curweather = '
-

'.t("Current Weather").': '.$weather->city->name.'

'; +

'.t("Current Weather").': '.$weather->city->name.'

'; $curweather .= "$description; $temp
"; $curweather .= t('Relative Humidity').": $rhumid
";