From 6c039137e8fbe89c63c898acc95110da2f1fdd79 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 7 Nov 2024 15:38:00 +0100 Subject: [PATCH] error 500: improved CSS style reset [Closes nette/tracy#581] --- src/Application/templates/error.phtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Application/templates/error.phtml b/src/Application/templates/error.phtml index be1658b08..8e33e4288 100644 --- a/src/Application/templates/error.phtml +++ b/src/Application/templates/error.phtml @@ -27,11 +27,12 @@ $message = $messages[$code] ?? $messages[0]; <?= $message[0] ?>