diff --git a/core.php b/core.php index 4f73526..af151c8 100644 --- a/core.php +++ b/core.php @@ -130,7 +130,7 @@ function renderpage($title, $content, $minimal = false) $title "; - if(preg_match("/^[^\/]*\/\/|^\//", $cs)) + if(preg_match("/^[^\/]*\/\/|^\//", $css)) { $html .= "\n\t\t\n"; } diff --git a/index.php b/index.php index 6c5a9ad..0bd8990 100755 --- a/index.php +++ b/index.php @@ -231,7 +231,7 @@ function renderpage($title, $content, $minimal = false) $title "; - if(preg_match("/^[^\/]*\/\/|^\//", $cs)) + if(preg_match("/^[^\/]*\/\/|^\//", $css)) { $html .= "\n\t\t\n"; }