awci / phpquery

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

Typo error #214

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In document DOMDocumentWrapper.php at line 389 :

if (strpos($hltml, '<html') === false) {

should be :

if (strpos($html, '<html') === false) {

Original issue reported on code.google.com by quentin....@gmail.com on 13 Jul 2012 at 1:43