We can't evaluate the footer template as a globalVar because it won't have all the...
[bugdar.git] / templates / selectoption.tpl
1 <option value="<%- $value %>"<% if ($selected): %> selected="selected"<% endif %>><%- $label %></option>