diff --git a/core.php b/core.php index 0056710..60c4a7f 100644 --- a/core.php +++ b/core.php @@ -224,7 +224,7 @@ function renderpage($title, $content, $minimal = false) ////////// $gentime = microtime(true) - $start_time; $html .= "\n\t -"; +"; return $html; } diff --git a/index.php b/index.php index 63d8c9b..ec8178a 100755 --- a/index.php +++ b/index.php @@ -339,7 +339,7 @@ function renderpage($title, $content, $minimal = false) ////////// $gentime = microtime(true) - $start_time; $html .= "\n\t -"; +"; return $html; }