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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user