mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
allow HTML in error message
This commit is contained in:
parent
380e4827df
commit
5e7d613d17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class ErrorHandler {
|
|||
} else {
|
||||
this.wrapper.classList.remove('ppcp-persist');
|
||||
}
|
||||
this.wrapper.innerText = this.sanitize(text);
|
||||
this.wrapper.innerHTML = this.sanitize(text);
|
||||
jQuery.scroll_to_notices(jQuery('.woocommerce-notices-wrapper'))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue