From: Sebastian Riedel Date: Tue, 29 Nov 2005 23:52:10 +0000 (+0000) Subject: Fixed debug screen X-Git-Tag: 5.7099_04~815 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f0038735fdd8333c107f5f4d8f962c33b3797e41 Fixed debug screen --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 0665265..9eb6b75 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -102,6 +102,7 @@ sub finalize_error { . '

' } @{ $c->error }; $error ||= 'No output'; + $error = "
$error
"; $title = $name = "$name on Catalyst $Catalyst::VERSION"; $name = "

$name

";