- Update the copyright notices to use the correct year and not a non-ASCII symbol
[bugdar.git] / templates / selectoption.tpl
1 <option value="<%- $value %>"<% if ($selected): %> selected="selected"<% endif %>><%- $label %></option>