diff options
Diffstat (limited to 'lib/MasterWebInterface/Handler/ErrorPages.pm')
| -rwxr-xr-x | lib/MasterWebInterface/Handler/ErrorPages.pm | 12 |
1 files changed, 5 insertions, 7 deletions
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; } |
