Skip to content

Commit

Permalink
Minor styling fix to exception page.
Browse files Browse the repository at this point in the history
Clicking / selecting the exception lines no longer activates a weird textarea appearance
  • Loading branch information
Samuel Georges committed Aug 10, 2016
1 parent 115b859 commit 526e203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ?>;
Expand Down

0 comments on commit 526e203

Please sign in to comment.