Skip to content

typo in line 517 #231

Description

@GoogleCodeExporter
in phpQuery.php line 517 you have

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

I get:
Notice: Undefined variable: hltml in /path/phpQuery.php on line 517

I think this is a typo, should be

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


making this change got my script to work properly 

Original issue reported on code.google.com by kooli.il...@gmail.com on 13 Aug 2013 at 6:37

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions