mirror of
https://github.com/filp/whoops.git
synced 2026-08-17 11:32:52 +00:00
Make colon copy and pasteable, fix #783
This commit is contained in:
@@ -230,10 +230,6 @@ header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.frame-line:before {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
.frame-code {
|
||||
padding: 5px;
|
||||
background: #303030;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<div class="frame-file">
|
||||
<?php echo $frame->getFile() ? $tpl->breakOnDelimiter('/', $tpl->shorten($tpl->escape($frame->getFile()))) : '<#unknown>' ?><!--
|
||||
--><span class="frame-line"><?php echo (int) $frame->getLine() ?></span>
|
||||
--><span class="frame-line">:<?php echo (int) $frame->getLine() ?></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;
|
||||
|
||||
Reference in New Issue
Block a user