r1297: We can't put the <form> in a <span> because we get validation errors
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>