selectbox not parsed properly
Status: Beta
Brought to you by:
jhsolorz
when parsing a selectbox the parser finds _two_ textnodes for _one_ <option> - entry.
The second textnode is an empty string containing the spaces between one end-option-tag and the next start-option-tag
I guess, this is due to the fact, that <option> is nested in <select>....