summaryrefslogtreecommitdiffstats
path: root/application/errors
diff options
context:
space:
mode:
authorBurak Erdem <burakerdem@gmail.com>2011-10-23 00:00:11 +0200
committerBurak Erdem <burakerdem@gmail.com>2011-10-23 00:00:11 +0200
commit7710854ec5f3c551f8ee5f49a6a1a26ea7de5c36 (patch)
tree785d21a694eba4c86663d567340dadfb4ce1012a /application/errors
parent8e1ed05d7edad820629df7a21f328d067ca6fe5d (diff)
Removed short open tags.
Diffstat (limited to 'application/errors')
-rw-r--r--application/errors/error_php.php4
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 ?>