Skip to content

Commit 6c3150d

Browse files
Imangazalievfabpot
authored andcommitted
[DOMCrawler] Bug fixed
1 parent 7047e4d commit 6c3150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/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)