PROD-2190

This commit is contained in:
azanbinzahid
2020-12-10 15:30:36 +05:00
committed by Ali-D-Akbar
parent 7c60e39a72
commit bee77a2c7f

View File

@@ -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());
}
}