diff --git a/APPL/MLD/mld_show_note2.asp b/APPL/MLD/mld_show_note2.asp index e41de0cd1f..1f56ec2e84 100644 --- a/APPL/MLD/mld_show_note2.asp +++ b/APPL/MLD/mld_show_note2.asp @@ -243,7 +243,7 @@ if (mld_key > 0) IFRAMER_HEADER(L("lcl_mld_behandeling"), buttons, { inhamburger: true }); var safe_notes_title = safe.html(L("lcl_mld_frame_notes")); if (S("ai_enabled") & 4) { - safe_notes_title += " " + I("fa-sparkles") + ""; + safe_notes_title += " " + I("fa-sparkles") + ""; } BLOCK_START("mldHistorie", safe_notes_title, { detailToggle: true, wide: true, nopadding: true, icon: "fa-clipboard-list-check", ishtmlsafe: true });