diff options
author | Burak Erdem <burakerdem@gmail.com> | 2011-10-23 00:00:11 +0200 |
---|---|---|
committer | Burak Erdem <burakerdem@gmail.com> | 2011-10-23 00:00:11 +0200 |
commit | 7710854ec5f3c551f8ee5f49a6a1a26ea7de5c36 (patch) | |
tree | 785d21a694eba4c86663d567340dadfb4ce1012a /application/errors/error_php.php | |
parent | 8e1ed05d7edad820629df7a21f328d067ca6fe5d (diff) |
Removed short open tags.
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 ?> |