What will reproduce the problem?
$result = str_get_dom('<input name="name"/>');
echo $result->toString(true, true, 1);
What is the expected output? What do you see instead?
Expected output is:
<input name="name"/>
Actual output is:
<input name />
Which version are you using?
not sure but it says at the top of file:
* Ganon single file version - PHP5+ version
* Generated on 20 Oct 2012
Original issue reported on code.google.com by cog...@gmail.com on 17 Apr 2013 at 9:43
Original issue reported on code.google.com by
cog...@gmail.com
on 17 Apr 2013 at 9:43