awci / phpquery

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

mispelling in line 517 #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be a mispelling in line 517 of the onefile version, 
I believe
if (strpos($hltml, '<html')

should be:

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

Original issue reported on code.google.com by sergio.m...@gmail.com on 15 Nov 2011 at 10:34