diff options
author | İrfan Evrens <irfanevrens@gmail.com> | 2014-03-17 00:41:40 +0100 |
---|---|---|
committer | İrfan Evrens <irfanevrens@gmail.com> | 2014-03-17 00:41:40 +0100 |
commit | d823efc66c1cdc10907799233b21be8b3224ef22 (patch) | |
tree | 4bd9841a89b2230e48aaa66f51877fc53b45eaa0 /application/views/errors/html | |
parent | 822ee81f74c86e7c5d713583fa0d615edd5d564c (diff) |
No start tag (<p>)
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 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> |