From f7b2e60f954d1878d4a36ef9d1eff072aa50fdfc Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Wed, 17 Nov 2021 09:28:35 +0100 Subject: [PATCH] PHP formatting --- .../views/errors/html/error_exception.php | 21 +++++++++---------- application/views/errors/html/error_php.php | 11 +++++----- 2 files changed, 15 insertions(+), 17 deletions(-) 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