UWVA#41126 Ruimte tooltip had onterecht <br>

svn path=/Website/branches/v2017.1/; revision=34473
This commit is contained in:
Jos Groot Lipman
2017-06-29 08:47:19 +00:00
parent 9e4a50bc20
commit f21d25c557

View File

@@ -933,8 +933,8 @@ function bez_list(pautfunction, params)
function fncolResRuimteOmschrijving(oRs)
{
return (S("bez_show_resname") && oRs("res_rsv_ruimte_key").Value
? safe.html(oRs("res_ruimte_omschrijving").Value)
: safe.html(oRs("ruimte_nr").Value)
? safe.htmlattr(oRs("res_ruimte_omschrijving").Value)
: safe.htmlattr(oRs("ruimte_nr").Value)
);
}