diff options
author | Andrey Andreev <narf@devilix.net> | 2014-03-17 09:55:17 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-03-17 09:55:17 +0100 |
commit | 794eb1312931146c16d4c485541972ef1b2411cd (patch) | |
tree | 1a2334d5b53b9a0b6d610610f0a9f5ecaf4092bf /application | |
parent | 903f412b66b0cd3efb13b39ed51d799ae171444e (diff) | |
parent | d823efc66c1cdc10907799233b21be8b3224ef22 (diff) |
Merge pull request #2947 from irfanevrens/patch-2
No start tag (<p>)
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 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> |