diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 6294e9fb..89dc7aa1 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -178,7 +178,7 @@ pandora.ui.apiDialog = function() { }) .appendTo($text); $('
') - .html('' + source + '') + .html('
' + source.split(':')[0] + '') .appendTo($text); $code = Ox.SyntaxHighlighter({ showLineNumbers: true,