From 35ab1fe547960b4fc91a9d354984cadb2e8e4eba Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:41:52 +0000 Subject: [PATCH] typo --- static/js/apiDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {