awci / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

DOMDocumentWrapper.php line 389 #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if (strpos($hltml, '<html')

should be

if (strpos($html, '<html')

Original issue reported on code.google.com by kuin...@gmail.com on 21 Oct 2011 at 9:55