Minor styling fix to exception page.
Clicking / selecting the exception lines no longer activates a weird textarea appearance
This commit is contained in:
parent
c4007dd570
commit
ee9554d846
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
<script>
|
||||
SyntaxHighlighter.defaults['toolbar'] = false;
|
||||
SyntaxHighlighter.defaults['quick-code'] = false;
|
||||
SyntaxHighlighter.defaults['html-script'] = true;
|
||||
SyntaxHighlighter.defaults['first-line'] = <?= $exception->getHighlight()->startLine+1 ?>;
|
||||
SyntaxHighlighter.defaults['highlight'] = <?= $exception->getLine() ?>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue