diff options
author | Greg Aker <greg@gregaker.net> | 2011-08-20 18:58:58 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-08-20 18:58:58 +0200 |
commit | abbad9ea53e81c6e3211029711ac5b2ab4f1978d (patch) | |
tree | 9a4d5a8587da1dd3a365251afa37be2f835a53c2 /application/errors/error_php.php | |
parent | 71644d683d0a15a6f7e04fabd0f51a4200d620b4 (diff) | |
parent | d56be70257696d0bbf2dcc880888d8dc17cba21c (diff) |
Merge branch 'develop' into feature/unit-tests
Conflicts:
.hgignore
Diffstat (limited to 'application/errors/error_php.php')
-rw-r--r-- | application/errors/error_php.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/errors/error_php.php b/application/errors/error_php.php index 5f0c07bfd..f085c2037 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -3,7 +3,7 @@ <h4>A PHP Error was encountered</h4> <p>Severity: <?php echo $severity; ?></p> -<p>Message: <?php echo $message; ?></p> +<p>Message: <?php echo $message; ?></p> <p>Filename: <?php echo $filepath; ?></p> <p>Line Number: <?php echo $line; ?></p> |