Cherry pick a3dc37dd9f292529f550ec866ef14af28489e5aa: Change the require_once() calls...
[bugdar.git] / templates / selectoption.tpl
1 <option value="<%- $value %>"<% if ($selected): %> selected="selected"<% endif %>><%- $label %></option>