remove whitespace

This commit is contained in:
Yuri Kuznetsov
2024-12-29 13:22:30 +02:00
parent 40370052ce
commit bd5b178fc4
+1 -1
View File
@@ -496,7 +496,7 @@ class ModalView extends View {
}
if (o.iconHtml && !o.html) {
o.html = o.iconHtml + ' <span>' + this.getHelper().escapeString(o.text) + '</span>';
o.html = o.iconHtml + '<span>' + this.getHelper().escapeString(o.text) + '</span>';
}
else if (o.iconClass && !o.html) {
o.html = `<span class="${o.iconClass}"></span>` +