r955: Make the favourite checkbox a <select> so that it's meaning is clear
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>