This commit is contained in:
parent
04488f58c9
commit
96635a7bcd
@ -85,7 +85,8 @@ class DocTool
|
||||
if (substr($c, 0, 5) == "<?php") {
|
||||
include("docs/$name.php");
|
||||
} elseif (strpos($c, '<br \>') !== false ||
|
||||
strpos($c, '<ul>') !== false) {
|
||||
strpos($c, '<ul>') !== false ||
|
||||
strpos($c, '<p>') !== false) {
|
||||
print $c;
|
||||
} else {
|
||||
print $this->wiki->transform($c) . "<br><br>";
|
||||
|
@ -324,4 +324,3 @@ Coding standards
|
||||
Inline documentation
|
||||
Testing
|
||||
Writing tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user