update from master
[fanfix.git] / library / web / templates / browser.select.html
1 <select name='${name}' value="${value}">
2 <option value=''></option>
3 ${options} </select>