MNNL#51780 Beter escapen notities naar Excel

svn path=/Website/branches/v2017.2/; revision=36522
This commit is contained in:
Jos Groot Lipman
2018-01-09 14:13:47 +00:00
parent 49e4899663
commit cfa49a4fca

View File

@@ -618,7 +618,7 @@ function mld_list (pautfunction, params)
function fncolNote(oRs)
{
if (oRs("notitie").Value != null)
return (outputmode == 0? I("fa-comment"): oRs("notitie").Value);
return (outputmode == 0? I("fa-comment"): safe.html(oRs("notitie").Value));
else return "";
}