diff options
Diffstat (limited to 'application/views/errors/html')
-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> |