diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-09-05 20:49:38 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-09-05 20:49:38 +0200 |
| commit | 153b89b5bc58eb239289698c3f483509911db20d (patch) | |
| tree | 2d902f2e1bfb61b4af0c1b508dbb59f95bdc7de2 /lib/MasterWebInterface/Handler/ErrorPages.pm | |
| parent | 3470e2605595bf52b3ba07bf0b3886e5a61d3e06 (diff) | |
| download | WebInterface-Perl-153b89b5bc58eb239289698c3f483509911db20d.tar.gz WebInterface-Perl-153b89b5bc58eb239289698c3f483509911db20d.zip | |
functional masterinterface with styles
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; } |
