diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js
index 8603aa4e6..0e8bf901d 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([\w\:]+)BOLD/g, '$1')
);
parts = $doc.html().split('notes:');
if (parts.length == 2) {