1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-02-25 19:40:55 +00:00
parent 04488f58c9
commit 96635a7bcd
2 changed files with 3 additions and 3 deletions

View File

@ -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>";

View File

@ -324,4 +324,3 @@ Coding standards
Inline documentation
Testing
Writing tests