forked from 0x2620/pandora
update API dialog (second pass)
This commit is contained in:
parent
a9e72ff6f9
commit
251a27cc7d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue