From 5077a8fa2ff970557c0bdde54d28661feb23460f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 5 Jan 2015 18:50:51 +0000 Subject: [PATCH] fixed issue #2 --- core.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }