r38: Fixed bug with phrase() that didn't properly handle sprintf().
[bugdar.git] / templates / default / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>