fixed so data appear without quote marks

This commit is contained in:
tony baldwin 2013-02-11 10:30:14 -05:00
parent d63a2e6e1b
commit 02b04541e7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View 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>';