escaping dangerous places

This commit is contained in:
antelle 2020-04-23 20:09:37 +02:00
parent f4e4bbbb8f
commit 21d614aa97
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class ModalView extends View {
change(config) {
if (config.header) {
this.$el.find('.modal__header').html(config.header);
this.$el.find('.modal__header').text(config.header);
}
}