Merge commit '679c6a1f7a9a13c186af996349e23fc97ac20997'
[fanfix.git] / src / be / nikiroo / fanfix / library / web / templates / browser.select.html
1 <select name='${name}' value="${value}">
2 <option value=''></option>
3 ${options} </select>