fix: mishandled xss change

This commit is contained in:
Ali-D-Akbar
2021-06-21 23:53:41 +05:00
parent 456d6c502c
commit e17b2abbf4

View File

@@ -139,7 +139,7 @@
$countryLabel.addClass('error');
this.renderErrors(this.defaultFormErrorsTitle, [HtmlUtils.joinHtml(
HtmlUtils.HTML('<li>'),
msg,
HtmlUtils.HTML(msg),
HtmlUtils.HTML('</li>')
).toString()]);
this.toggleDisableButton(true);