This commit is contained in:
rolux 2014-12-18 14:38:05 +00:00
parent d94a48d910
commit 8db147a557

View file

@ -130,7 +130,7 @@ pandora.ui.apiDialog = function() {
*/ */
var $doc = Ox.SyntaxHighlighter({ var $doc = Ox.SyntaxHighlighter({
source: string.replace( source: string.replace(
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' /\n(?=(takes \{|returns \{|notes: |see: ))/g, '\n\n'
).replace( ).replace(
/(takes|returns)(?=( \{))/g, 'BOLD$1BOLD' /(takes|returns)(?=( \{))/g, 'BOLD$1BOLD'
).replace( ).replace(