fixed issue #2

This commit is contained in:
Starbeamrainbowlabs 2015-01-05 18:50:51 +00:00
parent 5ca2a644e8
commit 5077a8fa2f
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ function renderpage($title, $content, $minimal = false)
//////////
$gentime = microtime(true) - $start_time;
$html .= "\n\t<!-- Took $gentime seconds to generate -->
</head></html>";
</body></html>";
return $html;
}

View File

@ -339,7 +339,7 @@ function renderpage($title, $content, $minimal = false)
//////////
$gentime = microtime(true) - $start_time;
$html .= "\n\t<!-- Took $gentime seconds to generate -->
</head></html>";
</body></html>";
return $html;
}