MantisBT: master-2.26 bcf62d6e

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-03-27 08:10 master-2.26 8365ddf9
Affected Issues  0034018: Filter "assigned to" and "monitor by" shows `<br />` between the users when selecting multiple (advanced filtering)
Changeset

Don't call string_display() on already-escaped data

This causes display of <br /> tags on Advanced Filter form when
multiple values for Assigned To and Monitored by when br is not
allowed in $g_valid_html_tags.

Fixes 0034018

mod - core/filter_form_api.php Diff File