mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-19 23:07:03 +00:00
[blockem]: converted 4 spaces -> tab
This commit is contained in:
parent
9b5ab3b373
commit
1bff1a3bf1
1 changed files with 15 additions and 16 deletions
|
@ -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 */
|
/* 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";
|
$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');
|
$words = PConfig::get(local_user(), 'blockem', 'words');
|
||||||
|
|
||||||
if (! $words) {
|
if (! $words) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue