What steps will reproduce the problem?
1. $element=pQ('<p>foo <span>bar</span></p>');
2. echo $element->html();
What is the expected output? What do you see instead?
Should return/display "<p>foo <span>bar</span></p>"/"foo bar".
But it return/display "<p>foo<span>bar</span></p>"/"foobar".
What version of the product are you using? On what operating system?
0.9.5 "one file"
Original issue reported on code.google.com by n.vincen...@gmail.com on 12 Oct 2011 at 11:00
Original issue reported on code.google.com by
n.vincen...@gmail.com
on 12 Oct 2011 at 11:00