r1464: These will also probably create improper escape warnings due to doing {"$somevar"}
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>