Merge branch '3.6-rc'
[friendica-addons.git] / qcomment / qcomment.php
index c499fb868cd744a3ad3b0a8a3e589874969be131..deb6a02f47131608c26530bb33cda503047161a2 100644 (file)
@@ -37,11 +37,10 @@ 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'));
 
@@ -57,6 +56,7 @@ function qcomment_addon_settings(&$a, &$s)
        $s .= '</div>';
 
        return;
+
 }
 
 function qcomment_addon_settings_post(&$a,&$b) {