From 702dd41c30ccd9da20e589f392989bdde768b945 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Dec 2014 13:01:35 +0000 Subject: [PATCH] $cs -> $css --- core.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }