diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 43e130d38..50d2755b6 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -145,7 +145,7 @@ pandora.ui.apiDialog = function() { $doc.find('.Ox' + type).removeClass('Ox' + type); }); $doc.html( - $doc.html().replace(/X(\w+)X/g, '$1') + $doc.html().replace(/BOLD(\w+)BOLD/g, '$1') ); parts = $doc.html().split('notes'); if (parts.length == 2) {