summaryrefslogtreecommitdiffstats
path: root/application/views/errors/html/error_php.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-03-17 09:55:17 +0100
committerAndrey Andreev <narf@devilix.net>2014-03-17 09:55:17 +0100
commit794eb1312931146c16d4c485541972ef1b2411cd (patch)
tree1a2334d5b53b9a0b6d610610f0a9f5ecaf4092bf /application/views/errors/html/error_php.php
parent903f412b66b0cd3efb13b39ed51d799ae171444e (diff)
parentd823efc66c1cdc10907799233b21be8b3224ef22 (diff)
Merge pull request #2947 from irfanevrens/patch-2
No start tag (<p>)
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 8f7860bd6..9e765d452 100644
--- a/application/views/errors/html/error_php.php
+++ b/application/views/errors/html/error_php.php
@@ -51,8 +51,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<?php endif ?>
- <?php endforeach ?></p>
+ <?php endforeach ?>
<?php endif ?>
-</div> \ No newline at end of file
+</div>