diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 2ccc0b56c..df086995b 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -238,12 +238,12 @@ pandora.ui.apiDialog = function() { $code; $('

') .css({paddingLeft: '4px'}) - .html('' + id + '') + .html('' + id + '') .appendTo($text); getDoc(actions[id].doc).appendTo($text), $('
') .css({paddingLeft: '4px'}) - .html('
source: ' + source + '') + .html('
source: ' + source + '') .appendTo($text); $code = Ox.SyntaxHighlighter({ source: code.replace(/\s*?'''[\s\S]+?'''/g, ''),