From 0d8a382f8d0468ff577672fd0b05dcef186bf7c1 Mon Sep 17 00:00:00 2001 From: Peter Liebetrau Date: Wed, 23 Jan 2019 11:09:10 +0100 Subject: [PATCH] cookienotice addon - code styling fixes --- cookienotice/cookienotice.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookienotice/cookienotice.php b/cookienotice/cookienotice.php index fbe5a1b1..85514468 100644 --- a/cookienotice/cookienotice.php +++ b/cookienotice/cookienotice.php @@ -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); } /**