Merge branch '3.6-release'
[friendica-addons.git] / qcomment / qcomment.php
index deb6a02f47131608c26530bb33cda503047161a2..c499fb868cd744a3ad3b0a8a3e589874969be131 100644 (file)
@@ -37,10 +37,11 @@ function qcomment_addon_settings(&$a, &$s)
 {
        if (! local_user()) {
                return;
+       }
 
-    /* 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/qcomment/qcomment.css' . '" media="all" />' . "\r\n";
+       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/qcomment/qcomment.css' . '" media="all" />' . "\r\n";
 
        $words = PConfig::get(local_user(), 'qcomment', 'words', L10n::t(':-)') . "\n" . L10n::t(':-(') . "\n" .  L10n::t('lol'));
 
@@ -56,7 +57,6 @@ function qcomment_addon_settings(&$a, &$s)
        $s .= '</div>';
 
        return;
-
 }
 
 function qcomment_addon_settings_post(&$a,&$b) {