From f52b3bff0d3065e02a973d798cd414c46be64027 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 1 Dec 2021 15:53:52 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04492=20Security=20hardening?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/search/search_form_criteria_raw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/search/search_form_criteria_raw.js b/js/search/search_form_criteria_raw.js index 9502c5c3f..572000750 100644 --- a/js/search/search_form_criteria_raw.js +++ b/js/search/search_form_criteria_raw.js @@ -72,7 +72,7 @@ $(function() { if(sTitle === undefined) { - sTitle = this.options.label; + sTitle = $('
').text(this.options.label).html(); } return this._super(sTitle);