You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm curious whether the following behavior is supposed to work, or if not is
there some kind of workaround? Thanks!
What will reproduce the problem?
$html = str_get_dom('<div id="a"></div>');
$html('#a', 0)->setInnerText('<div id="b"></div>');
$html('#b', 0)->setInnerText('hello');
echo $html;
What is the expected output?
<div id="a"><div id="b">hello</div></div>
What do you see instead?
<div id="a"><div id="b"></div></div>
Original issue reported on code.google.com by d...@phiffer.org on 13 Apr 2011 at 3:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
d...@phiffer.org
on 13 Apr 2011 at 3:18The text was updated successfully, but these errors were encountered: