fixed so data appear without quote marks
parent
d63a2e6e1b
commit
02b04541e7
BIN
curtemp.tgz
BIN
curtemp.tgz
Binary file not shown.
|
@ -41,8 +41,8 @@ function curtemp_network_mod_init(&$fk_app,&$b) {
|
||||||
<div class="title tool">
|
<div class="title tool">
|
||||||
<h4>'.t("Current Temp").'</h4></div>';
|
<h4>'.t("Current Temp").'</h4></div>';
|
||||||
|
|
||||||
$curtemp .= 'Weather: "' . $weather . '"<br />
|
$curtemp .= "Weather: $weather <br />
|
||||||
Temperature: "' . $temp . '"';
|
Temperature: $temp ";
|
||||||
|
|
||||||
$curtemp .= '</div><div class="clear"></div>';
|
$curtemp .= '</div><div class="clear"></div>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue