FCLT#90519 overbodige safe.html

svn path=/Website/branches/v2025.3/; revision=70853
This commit is contained in:
2025-11-06 14:48:54 +00:00
parent 071f470043
commit 59c8524228

View File

@@ -362,7 +362,7 @@ sqln = "SELECT * FROM (" + sqln + ")"
var detail_html_arr = [];
if (oRs("fac_nieuws_groep_omschrijving").Value) {
if (nieuwsgroep_key > 0) {
newsTitle = safe.html(oRs("fac_nieuws_groep_omschrijving").Value);
newsTitle = oRs("fac_nieuws_groep_omschrijving").Value;
}
detail_html_arr.push('<span' + (useCarousel ? ' class="details" data-groep-key="' + nieuws_groep_key + '"' : '') +'>' + safe.html(oRs("fac_nieuws_groep_omschrijving").Value) + '</span>');
}