PROD-2159

This commit is contained in:
azanbinzahid
2020-12-01 16:25:19 +05:00
committed by Ali-D-Akbar
parent 85f55ac388
commit 467459439f

View File

@@ -13,7 +13,7 @@ window.ABTestSelector = function(runtime, elem) {
// force this id to remain a string, even if it looks like something else
var child_group_id = $(this).data('group-id').toString();
if (child_group_id === group_id) {
_this.content_container.html($(this).text());
_this.content_container.html(edx.HtmlUtils.HTML($(this).text()).toString());
XBlock.initializeBlocks(_this.content_container, $(elem).data('request-token'));
}
});