1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Use <hr /> instead of the overcomplicated hdelim()

This commit is contained in:
Gabor Hojtsy
2003-08-08 12:58:27 +00:00
parent 4bff2580c2
commit b0d1d55abe
9 changed files with 80 additions and 79 deletions

View File

@@ -295,7 +295,7 @@ if (isset($pattern)) {
// If the result element ended (a </div> or a </dl>
// depending on htdig version and setup), print out delimiter
if (preg_match("!(</div>|</dl>)$!", $result[$i])) {
echo hdelim();
echo '<hr />';
}
// Go to next result element