From: Tobias Diekershoff Date: Sun, 20 Oct 2013 14:52:57 +0000 (+0200) Subject: SN connector: small fix for the settings page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3c51cdcb9817968c2567baf3884fcaa4bfc3eda;hp=14676e5b0d959e5ac50ed68b79ac3e0e07b84aa3;p=friendica-addons.git SN connector: small fix for the settings page --- diff --git a/statusnet.tgz b/statusnet.tgz index 57ce110b..664bb889 100755 Binary files a/statusnet.tgz and b/statusnet.tgz differ diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index 66aa3bd5..b16dedf8 100755 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -391,7 +391,7 @@ function statusnet_settings(&$a,&$s) { $s .= '
'; } } - $s .= '
'; + $s .= '
'; }