[blockem] Cleanups: #655

Merged
Quix0r merged 4 commits from blockem/import-curly-spaces into develop 2018-07-21 03:51:16 +02:00
Showing only changes of commit 1bff1a3bf1 - Show all commits

[blockem]: converted 4 spaces -> tab

Roland Häder 2018-07-21 03:00:21 +02:00
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) {