We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b69b81 commit 9f3b88fCopy full SHA for 9f3b88f
src/Bridges/Nette/Bridge.php
@@ -58,7 +58,7 @@ public static function renderLatteError(?\Throwable $e): ?array
58
'panel' => '<p><b>File:</b> ' . Helpers::editorLink($templateFile, $templateLine) . '</p>'
59
. ($templateLine === null
60
? ''
61
- : '<pre class="code"><div>' . BlueScreen::highlightFile($templateFile, $templateLine) . '</div></pre>'),
+ : BlueScreen::highlightFile($templateFile, $templateLine)),
62
];
63
}
64
0 commit comments