fix regexp
This commit is contained in:
parent
514f365a8d
commit
e7eb9e8936
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ pandora.ui.apiDialog = function() {
|
|||
.appendTo($text);
|
||||
$code = Ox.SyntaxHighlighter({
|
||||
showLineNumbers: true,
|
||||
source: code.replace(/\s*?'''.+?'''\n/gs, ''),
|
||||
source: code.replace(/\s*?'''[\s\S]+?'''\n/g, ''),
|
||||
offset: line
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue