This commit is contained in:
parent
48bab092c5
commit
7534e2536b
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user