awci / phpquery

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

Space removing between text node and SPAN/STRONG/... element #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Invalide : not relative to phpQuery but to an external process I apply.
Sorry.

Original comment by n.vincen...@gmail.com on 14 Oct 2011 at 10:32