From 153b89b5bc58eb239289698c3f483509911db20d Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 5 Sep 2021 20:49:38 +0200 Subject: functional masterinterface with styles --- lib/MasterWebInterface/Handler/ErrorPages.pm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/MasterWebInterface/Handler/ErrorPages.pm') diff --git a/lib/MasterWebInterface/Handler/ErrorPages.pm b/lib/MasterWebInterface/Handler/ErrorPages.pm index dc386fc..7a74355 100755 --- a/lib/MasterWebInterface/Handler/ErrorPages.pm +++ b/lib/MasterWebInterface/Handler/ErrorPages.pm @@ -57,14 +57,12 @@ sub handle500 br; txt 'and will be fixed shortly. Please try again later.'; end; - end; - if ($self->debug) - { - div class => "code warning"; - txt $error; - end; - } + if ($self->debug) + { + p $error; + } + end; end; $self->htmlFooter; } -- cgit v1.2.3