I have an element containing both classes, and Ganon won't parse them both...
$body = $html->select("div.container.ageGate", 0);
echo gettype($body); //OUTPUT: NULL
$body = $html->select("div.ageGate", 0);
echo gettype($body); //OUTPUT: OBJECT
Original issue reported on code.google.com by Hudyl...@gmail.com on 11 Aug 2014 at 5:11
Original issue reported on code.google.com by
Hudyl...@gmail.com
on 11 Aug 2014 at 5:11