update API dialog (second pass)

This commit is contained in:
rolux 2014-12-16 19:19:01 +00:00
parent a9e72ff6f9
commit 251a27cc7d

View file

@ -178,7 +178,7 @@ pandora.ui.apiDialog = function() {
})
.appendTo($text);
$('<div>')
.html('<tt>' + source + '</tt>')
.html('<br><b><tt>' + source.split(':')[0] + '</tt></b>')
.appendTo($text);
$code = Ox.SyntaxHighlighter({
showLineNumbers: true,