The select and option tag are both considered inline and are not formatted as a
result
Need a more sophisticated way of deciding what to format
<select><option>One</option><option>Two</option></select>
=>
<select>
<option>One</option>
<option>Two</option>
</select>
Original issue reported on code.google.com by antixsof...@gmail.com on 11 Jul 2013 at 12:08
Original issue reported on code.google.com by
antixsof...@gmail.com
on 11 Jul 2013 at 12:08