Compare commits

..

No commits in common. "7d1bfb6bd32e1bbfbeac1f9a769515a86e2f3d9f" and "863bd8d09439c165a44b782c9e96a6555fbcf26f" have entirely different histories.

View File

@ -34,9 +34,6 @@ class Dump {
public function renderHtml() {
$data = $this->getDumpContent();
$this->trace['file'] ??= "?";
$this->trace['line'] ??= "?";
return <<<HTML
<pre style='-webkit-overflow-scrolling: touch;background-color: #f5f5f5;color: #4a4a4a;font-size: 12px;line-height:18px;overflow-x: auto;padding: 0.5rem 1.5rem;word-wrap: normal;white-space: pre;margin:0.33rem 0;position: relative;z-index:9000000000;'>
<div style='color:#9f9f9f;font-size:10px;' title='{$this->trace['file']}'>[ file: {$this->trace['file']}:{$this->trace['line']} ]</div>