diff options
author | Diederik Lascaris <DiederikLascaris@users.noreply.github.com> | 2015-08-07 16:55:57 +0200 |
---|---|---|
committer | Diederik Lascaris <DiederikLascaris@users.noreply.github.com> | 2015-08-07 16:55:57 +0200 |
commit | 2ead61d153e7f56a685c399e7d54abfd744585f3 (patch) | |
tree | 2e2c3e6a5bae511c6482f8c55698888150c0c28c /application | |
parent | 14161555747f398b80a341bf1de65691904a1be5 (diff) |
Update error_php.php
Diffstat (limited to 'application')
-rw-r--r-- | application/views/errors/html/error_php.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php index b146f9c5b..8bf6efc61 100644 --- a/application/views/errors/html/error_php.php +++ b/application/views/errors/html/error_php.php @@ -2,7 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> -<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> +<div style="border:1px solid #DD4814;padding-left:20px;margin:10px 0;"> <h4>A PHP Error was encountered</h4> @@ -30,4 +30,4 @@ defined('BASEPATH') OR exit('No direct script access allowed'); <?php endif ?> -</div>
\ No newline at end of file +</div> |