From 88224dc06be63562e6de42df4b64909aae9ed961 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 30 Nov 2013 21:19:54 +0100 Subject: [PATCH] forumlist: Inflate/Deflate settings --- forumlist/forumlist.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index 95ae9890..18a59c52 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -154,12 +154,17 @@ function forumlist_plugin_settings(&$a,&$s) { $network = intval(get_pconfig(local_user(),'forumlist','show_on_network')); $network_checked = (($network) ? ' checked="checked" ' : ''); - - - /* Add some HTML to the existing form */ - $s .= '
'; + + /* Add some HTML to the existing form */ + $s .= ''; $s .= '

' . t('Forumlist Settings') . '

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