cookienotice addon - code styling fixes
authorPeter Liebetrau <peter.liebetrau@gmail.com>
Wed, 23 Jan 2019 10:09:10 +0000 (11:09 +0100)
committerPeter Liebetrau <peter.liebetrau@gmail.com>
Wed, 23 Jan 2019 10:09:10 +0000 (11:09 +0100)
cookienotice/cookienotice.php

index fbe5a1b..8551446 100644 (file)
@@ -112,11 +112,11 @@ function cookienotice_addon_settings_post(\Friendica\App $a, &$b)
  */
 function cookienotice_page_content_top(\Friendica\App $a, &$b)
 {
-    $stylesheetPath = 'addon/cookienotice/cookienotice.css';
-    $footerscriptPath = 'addon/cookienotice/cookienotice.js';
+       $stylesheetPath = 'addon/cookienotice/cookienotice.css';
+       $footerscriptPath = 'addon/cookienotice/cookienotice.js';
 
-    $a->registerStylesheet($stylesheetPath);
-    $a->registerFooterScript($footerscriptPath);
+       $a->registerStylesheet($stylesheetPath);
+       $a->registerFooterScript($footerscriptPath);
 }
 
 /**