|
@@ -121,7 +121,7 @@ function openDynamicStagPopup(_url, initer, title, updateParent, style = '', rep
|
|
}
|
|
}
|
|
|
|
|
|
popup.attr('mc-initer', initer);
|
|
popup.attr('mc-initer', initer);
|
|
- popup.find('.stag-popup-title>span').text(title);
|
|
|
|
|
|
+ popup.find('.stag-popup-title>span').html(title);
|
|
popup.find('.stag-popup-content-inner').html(_data);
|
|
popup.find('.stag-popup-content-inner').html(_data);
|
|
|
|
|
|
convertContentLinksForInPopupNavigation(popup);
|
|
convertContentLinksForInPopupNavigation(popup);
|