diff --git a/js/interface_common.js b/js/interface_common.js index f4a0a99..7312d51 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -159,7 +159,7 @@ function confirmPopup(event, req) { }); if (req.messageTxt) - modal.content.find('.message').text(req.messageTxt); + modal.content.find('.message').html(htmlFormatMsg(req.messageTxt, {markout: 'apply'}).html); var btn = modal.content.find('.confirm'); if (req.removeConfirm)