diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-25 16:22:05 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-25 16:22:05 +0200 |
commit | a662da365bf3cacebcb8669a55a75b656ac8b508 (patch) | |
tree | f743b73801439cc3bf6909072c95b7b456249ace /application/errors/error_php.php | |
parent | 8e66cd7e24488de5524ad1a69f50af2fd6cd9180 (diff) | |
parent | 3932ca18297195cf6b14e63281ba89a866ab42fa (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'application/errors/error_php.php')
-rw-r--r-- | application/errors/error_php.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/errors/error_php.php b/application/errors/error_php.php index ec2a3f10a..1bf245465 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -46,9 +46,9 @@ Line: <?php echo $error['line'] ?><br /> Function: <?php echo $error['function'] ?> </p> - <? endif ?> + <?php endif ?> - <? endforeach ?></p> + <?php endforeach ?></p> <?php endif ?> |