From: tony baldwin Date: Mon, 11 Feb 2013 15:30:14 +0000 (-0500) Subject: fixed so data appear without quote marks X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02b04541e722bebe193601b0d5db52e4e4d977b2;p=friendica-addons.git fixed so data appear without quote marks --- diff --git a/curtemp.tgz b/curtemp.tgz index 3281dbf7..2944ad4d 100644 Binary files a/curtemp.tgz and b/curtemp.tgz differ diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index d261509d..ea09c9b3 100644 --- a/curtemp/curtemp.php +++ b/curtemp/curtemp.php @@ -41,8 +41,8 @@ function curtemp_network_mod_init(&$fk_app,&$b) {

'.t("Current Temp").'

'; - $curtemp .= 'Weather: "' . $weather . '"
- Temperature: "' . $temp . '"'; + $curtemp .= "Weather: $weather
+ Temperature: $temp "; $curtemp .= '
';