Skip to content

Commit 95324dd

Browse files
Imangazalievfabpot
authored andcommitted
[DOMCrawler] Bug fixed
1 parent c70b0f4 commit 95324dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ public static function xpathLiteral($s)
816816
}
817817
}
818818

819-
return sprintf('concat(%s)', implode($parts, ', '));
819+
return sprintf('concat(%s)', implode(', ', $parts));
820820
}
821821

822822
/**

0 commit comments

Comments
 (0)