Merge pull request #2947 from irfanevrens/patch-2

No start tag (<p>)
diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php
index 8f7860b..9e765d4 100644
--- a/application/views/errors/html/error_php.php
+++ b/application/views/errors/html/error_php.php
@@ -51,8 +51,8 @@
 
 		<?php endif ?>
 
-	<?php endforeach ?></p>
+	<?php endforeach ?>
 
 <?php endif ?>
 
-</div>
\ No newline at end of file
+</div>