Commit 7534e253 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 48bab092
......@@ -84,7 +84,8 @@ class DocTool
if (substr($c, 0, 5) == "<?php") {
include("docs/$name.php");
} elseif (strpos($c, '<br \>') !== false) {
} elseif (strpos($c, '<br \>') !== false ||
strpos($c, '<ul>') !== false) {
print $c;
} else {
print $this->wiki->transform($c) . "<br><br>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment