This commit is contained in:
parent
48bab092c5
commit
7534e2536b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue