Merge pull request #214 from tobiasd/fix_1179

fix friendica/friendica#1179
This commit is contained in:
fabrixxm 2014-10-07 08:38:00 +02:00
commit 842bec222a

View file

@ -315,7 +315,7 @@ function jappixmini_settings(&$a, &$s) {
$s .= ' <input id="jappixmini-server" type="text" name="jappixmini-server" value="'.$server.'" />';
$s .= '<br />';
if (defaultbosh == "") {
if ($defaultbosh == "") {
$s .= '<label for="jappixmini-bosh">'.t('Jabber BOSH host').'</label>';
$s .= ' <input id="jappixmini-bosh" type="text" name="jappixmini-bosh" value="'.$bosh.'" />';
$s .= '<br />';