Skip to content

Commit 1862c10

Browse files
Update webparser.php
1 parent 348cb47 commit 1862c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webparser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function convertToXPath($query)
4141
$xpath = $query;
4242

4343
$xpath = preg_replace(
44-
[
44+
[
4545
"/\n{1,}/",
4646
"/\s{2,}/",
4747
"/([^,])\s/",
@@ -530,7 +530,7 @@ public function output($format = true)
530530
:
531531
(
532532
$this->dom->saveXML()
533-
);
533+
));
534534

535535
}
536536

0 commit comments

Comments
 (0)