diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 0e8bf901..32d412d1 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -147,7 +147,7 @@ pandora.ui.apiDialog = function() { $doc.find('.Ox' + type).removeClass('Ox' + type); }); $doc.html( - $doc.html().replace(/BOLD([\w\:]+)BOLD/g, '$1') + $doc.html().replace(/BOLD(\S+)BOLD/g, '$1') ); parts = $doc.html().split('notes:'); if (parts.length == 2) {