Created attachment 190917 [details] With and without JQuery, in 25.11 From 25.11 Bug 23978 allows for HTML to be added to the Notes field in reports but the HTML tags appear in the reports list view, making identification of the desired report (and understanding what the report identifies) harder. This was not the case in 24:11 (for example) where using the code listed in the JQuery Library (‘Render patron messages as HTML and in Report notes’) saw the Notes column rendered with the HTML applied, not with HTML code showing. Adding this code to IntranetUserJS in 25.11 sees the Notes field in the list view rendered correctly without the HTML code visible.
Not 100% sure what you're saying here, but it looks like the datatable in reports list view has escaped the notes for years: [% savedreport.notes | html %] Overall, it's not great putting HTML into DataTables. Although in this case, I suppose the "note" HTML scrubber would probably prevent problems. I've had other local cases where allowing HTML into the DataTable has managed to break the datatable.