From 1bff1a3bf189ed5182d3d4070e855c747280fb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Sat, 21 Jul 2018 03:00:21 +0200 Subject: [PATCH] [blockem]: converted 4 spaces -> tab --- blockem/blockem.php | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) 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;