Updating api_bug.php, fix a "call to undefined" error in class_notification.php and...
[bugdar.git] / templates / selectoption.tpl
1 <option value="<%- $value %>"<% if ($selected): %> selected="selected"<% endif %>><%- $label %></option>