Hack-free Toast
| @@ -339,6 +339,7 @@ toastr.options = { | ||
| 339 | 339 | 'hideEasing': 'linear', |
| 340 | 340 | 'showMethod': 'fadeIn', |
| 341 | 341 | 'hideMethod': 'fadeOut', |
| 342 | + 'escapeHtml': true, | |
| 342 | 343 | }; |
| 343 | 344 | |
| 344 | 345 | toastr.options.onHidden = () => { |
| @@ -339,6 +339,7 @@ toastr.options = { | ||
| 339 | 339 | 'hideEasing': 'linear', |
| 340 | 340 | 'showMethod': 'fadeIn', |
| 341 | 341 | 'hideMethod': 'fadeOut', |
| 342 | + 'escapeHtml': true, | |
| 342 | 343 | }; |
| 343 | 344 | |
| 344 | 345 | toastr.options.onHidden = () => { |