N°4492 Security hardening

This commit is contained in:
Stephen Abello
2021-12-01 15:53:52 +01:00
parent b6b17733bf
commit f52b3bff0d

View File

@@ -72,7 +72,7 @@ $(function()
{
if(sTitle === undefined)
{
sTitle = this.options.label;
sTitle = $('<div/>').text(this.options.label).html();
}
return this._super(sTitle);