diff --git a/blockem/blockem.php b/blockem/blockem.php index f0b0037e..364156ee 100644 --- a/blockem/blockem.php +++ b/blockem/blockem.php @@ -41,9 +41,8 @@ function blockem_addon_settings (App $a, &$s) return; } - /* Add our stylesheet to the page so we can make our settings look nice */ - $a->page['htmlhead'] .= '' . "\r\n"; - + /* Add our stylesheet to the page so we can make our settings look nice */ + $a->page['htmlhead'] .= '' . "\r\n"; $words = PConfig::get(local_user(), 'blockem', 'words'); @@ -51,21 +50,21 @@ function blockem_addon_settings (App $a, &$s) $words = ''; } - $s .= ''; - $s .= '

' . L10n::t('"Blockem"') . '

'; - $s .= '
'; - $s .= ''; return;