[blockem]: converted 4 spaces -> tab

This commit is contained in:
Roland Häder 2018-07-21 03:00:21 +02:00
parent 9b5ab3b373
commit 1bff1a3bf1
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -44,7 +44,6 @@ function blockem_addon_settings (App $a, &$s)
/* Add our stylesheet to the page so we can make our settings look nice */
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->get_baseurl() . '/addon/blockem/blockem.css' . '" media="all" />' . "\r\n";
$words = PConfig::get(local_user(), 'blockem', 'words');
if (! $words) {