This commit is contained in:
parent
48bab092c5
commit
7534e2536b
@ -84,7 +84,8 @@ class DocTool
|
|||||||
|
|
||||||
if (substr($c, 0, 5) == "<?php") {
|
if (substr($c, 0, 5) == "<?php") {
|
||||||
include("docs/$name.php");
|
include("docs/$name.php");
|
||||||
} elseif (strpos($c, '<br \>') !== false) {
|
} elseif (strpos($c, '<br \>') !== false ||
|
||||||
|
strpos($c, '<ul>') !== false) {
|
||||||
print $c;
|
print $c;
|
||||||
} else {
|
} else {
|
||||||
print $this->wiki->transform($c) . "<br><br>";
|
print $this->wiki->transform($c) . "<br><br>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user