aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterWebInterface/Handler/ErrorPages.pm
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2021-09-05 20:49:38 +0200
committerDarkelarious <darkelarious@333networks.com>2021-09-05 20:49:38 +0200
commit153b89b5bc58eb239289698c3f483509911db20d (patch)
tree2d902f2e1bfb61b4af0c1b508dbb59f95bdc7de2 /lib/MasterWebInterface/Handler/ErrorPages.pm
parent3470e2605595bf52b3ba07bf0b3886e5a61d3e06 (diff)
downloadWebInterface-Perl-153b89b5bc58eb239289698c3f483509911db20d.tar.gz
WebInterface-Perl-153b89b5bc58eb239289698c3f483509911db20d.zip
functional masterinterface with styles
Diffstat (limited to 'lib/MasterWebInterface/Handler/ErrorPages.pm')
-rwxr-xr-xlib/MasterWebInterface/Handler/ErrorPages.pm12
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;
}