summaryrefslogtreecommitdiffstats
path: root/application/views/errors/html/error_php.php
diff options
context:
space:
mode:
authorDiederik Lascaris <DiederikLascaris@users.noreply.github.com>2015-08-07 16:55:57 +0200
committerDiederik Lascaris <DiederikLascaris@users.noreply.github.com>2015-08-07 16:55:57 +0200
commit2ead61d153e7f56a685c399e7d54abfd744585f3 (patch)
tree2e2c3e6a5bae511c6482f8c55698888150c0c28c /application/views/errors/html/error_php.php
parent14161555747f398b80a341bf1de65691904a1be5 (diff)
Update error_php.php
Diffstat (limited to 'application/views/errors/html/error_php.php')
-rw-r--r--application/views/errors/html/error_php.php4
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>