mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
fixed issue #2
This commit is contained in:
parent
5ca2a644e8
commit
5077a8fa2f
2 changed files with 2 additions and 2 deletions
2
core.php
2
core.php
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue