diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php index 91648b91..ee26e2e5 100644 --- a/application/views/errors/html/error_exception.php +++ b/application/views/errors/html/error_exception.php @@ -8,12 +8,11 @@ ?>
+ border: 1px solid #dfdfdf; + margin: 0 0 10px 0; + padding: 15px; + font-size: 14px; +">

An uncaught Exception was encountered @@ -26,7 +25,7 @@

- +

Message
@@ -34,19 +33,19 @@

- +
Filename
- +

getFile() ?>

- +
Line Number
- +

getLine() ?>

diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php index a3af58f4..53da03b8 100644 --- a/application/views/errors/html/error_php.php +++ b/application/views/errors/html/error_php.php @@ -8,12 +8,11 @@ ?>
+ border: 1px solid #dfdfdf; + margin: 0 0 10px 0; + padding: 15px; + font-size: 14px; +">

A PHP Error was encountered