Commit 96635a7b authored by zYne's avatar zYne

--no commit message

--no commit message
parent 04488f58
......@@ -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>";
......
......@@ -323,5 +323,4 @@ Coding standards
Control statements
Inline documentation
Testing
Writing tests
Writing tests
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