From 70495489a1b9d9edf54501eda4ebb657c25227f9 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 30 Nov 2013 21:25:39 +0100 Subject: [PATCH] statusnet: inflate/deflate settings --- statusnet/statusnet.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index b16dedf8..53b6433c 100755 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -278,8 +278,13 @@ function statusnet_settings(&$a,&$s) { $shorteningenabled = get_pconfig(local_user(),'statusnet','intelligent_shortening'); $shorteningchecked = (($shorteningenabled) ? ' checked="checked" ' : ''); - $s .= '
'; + $s .= ''; $s .= '

'. t('StatusNet Posting Settings').'

'; + $s .= '
'; + $s .= '