when I use html 1.5.3 as it:
<input type="hidden" name="xxx" value="aa bb c" />
the output is
<input type="hidden" name="xxx" value="aa bb c" />
how can i get the output not delete spaces of the attribute value?
any advice?
Original issue reported on code.google.com by zhaoadou on 12 Dec 2013 at 2:01
Original issue reported on code.google.com by
zhaoadou
on 12 Dec 2013 at 2:01