PROD-2190
This commit is contained in:
committed by
Ali-D-Akbar
parent
7c60e39a72
commit
bee77a2c7f
@@ -33,7 +33,7 @@ class CollectionListView extends Backbone.View {
|
||||
this.$el.before(HtmlUtils.ensureHtml(this.getTitleHtml()).toString());
|
||||
}
|
||||
|
||||
this.$el.html(childList);
|
||||
this.$el.html(HtmlUtils.HTML(childList).toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user