Open GoogleCodeExporter opened 9 years ago
I've confirmed this problem. It's due to a typo in the DOMDocumentWrapper.php
which you can see here :
http://code.google.com/p/phpquery/source/browse/trunk/phpQuery/phpQuery/DOMDocum
entWrapper.php#389
I'm attaching a patch which fixes the typo
Original comment by gene.wood.temp
on 19 Oct 2010 at 6:24
Attachments:
[deleted comment]
[deleted comment]
[deleted comment]
This is a duplicate of Issue 141
Original comment by gene.wood.temp
on 19 Oct 2010 at 6:34
[deleted comment]
<!DOCTYPE html>
<html>
<head></head>
<body>
...
</body>
</html>
is OK but ...
<!DOCTYPE html>
<html>
<!-- no HEAD here !!! -->
<body>
...
</body>
</html>
Original comment by elreydel...@gmail.com
on 4 Jun 2013 at 2:28
Original issue reported on code.google.com by
geoffrey...@gmail.com
on 30 Apr 2010 at 9:42