MNNL#51780 Beter escapen notities naar Excel
svn path=/Website/branches/v2017.2/; revision=36522
This commit is contained in:
@@ -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 "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user