r1092: We don't need to wrap the sort option selects in <select>s because the code...
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>