forked from friendica/friendica-addons
fixed so data appear without quote marks
This commit is contained in:
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">
|
||||
<h4>'.t("Current Temp").'</h4></div>';
|
||||
|
||||
$curtemp .= 'Weather: "' . $weather . '"<br />
|
||||
Temperature: "' . $temp . '"';
|
||||
$curtemp .= "Weather: $weather <br />
|
||||
Temperature: $temp ";
|
||||
|
||||
$curtemp .= '</div><div class="clear"></div>';
|
||||
|
||||
|
|
Loading…
Reference in a new issue