diff options
-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 ?> |