]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixed so data appear without quote marks
authortony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 15:30:14 +0000 (10:30 -0500)
committertony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 15:30:14 +0000 (10:30 -0500)
curtemp.tgz
curtemp/curtemp.php

index 3281dbf705219772bf96cf7aa19d81d84cbc88e2..2944ad4ded8548f84e1e983ecf04e3a271057d3c 100644 (file)
Binary files a/curtemp.tgz and b/curtemp.tgz differ
index d261509d82000d300c5fecdc5dfee952212de696..ea09c9b3957d59dbe0eb8b0ecd23ceb9e24cea21 100644 (file)
@@ -41,8 +41,8 @@ function curtemp_network_mod_init(&$fk_app,&$b) {
                 <div class="title tool">
                 <h4>'.t("Current Temp").'</h4></div>';
 
-    $curtemp .= 'Weather: "' . $weather . '"<br />
-                 Temperature: "' . $temp .  '"';
+    $curtemp .= "Weather: $weather <br />
+                 Temperature: $temp ";
 
     $curtemp .= '</div><div class="clear"></div>';