r1560: In vote.php, we sanitize the vote value as UINT when it should be INT to allow...
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>