r203: - Custom field `select_single` now is stored as a string instead of an integer...
[bugdar.git] / templates / default / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>