aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterWebInterface/Handler/ErrorPages.pm
diff options
context:
space:
mode:
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;
}