Make colon copy and pasteable, fix #783

This commit is contained in:
Denis Sokolov
2025-08-08 12:00:00 +00:00
parent d95b2b7ae5
commit d2102955e4
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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;