From 71d07c4cc29d3708a962a36872ddf2e7ef5f6969 Mon Sep 17 00:00:00 2001 From: robiso Date: Tue, 28 Mar 2017 12:36:12 +0200 Subject: [PATCH] Update index.php Removing some extra spaces and unnecessary semi-colons in CSS. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9cb55cbe..2b92593f 100644 --- a/index.php +++ b/index.php @@ -137,7 +137,7 @@ public static function settings() { } public static function css() { $styles = <<<'EOT' - + EOT; return wCMS::_hook('css', $styles)[0]; }