FSN#35170 Lege optie tonen als   maakt dat de hoogt beter oogt (op FF)

svn path=/Website/trunk/; revision=28926
This commit is contained in:
Jos Groot Lipman
2016-04-13 15:17:41 +00:00
parent 06aaa3f7e1
commit 8b1a5c44c6

View File

@@ -212,7 +212,7 @@ function FCLTselectorOptions(sql, params)
<%=" " + extraPV[i].replace(/^\s+|\s+$/g,"")%>="<%=safe.htmlattr(extraPVI[i]? extraPVI[i].replace(/^\s+|\s+$/g,"") : "")%>" <% /* replace is for trim spaces */ %>
<% }
} /* LET OP DAT HTML-HAAKJE HIERACHTER */ %>>
<%=!noresults && params.emptyOption? safe.html(params.emptyOption) : ""%></option>
<%=!noresults && params.emptyOption? safe.html(params.emptyOption) : "&nbsp;"%></option>
<% }
while (!oRs.eof)