remove whitespace
This commit is contained in:
@@ -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>` +
|
||||
|
||||
Reference in New Issue
Block a user