summaryrefslogtreecommitdiffstats
path: root/application/views/errors/cli/error_php.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/errors/cli/error_php.php')
-rw-r--r--application/views/errors/cli/error_php.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/views/errors/cli/error_php.php b/application/views/errors/cli/error_php.php
index b3af731aa..8a24b6491 100644
--- a/application/views/errors/cli/error_php.php
+++ b/application/views/errors/cli/error_php.php
@@ -2,9 +2,9 @@
A PHP Error was encountered
-Severity: <?php echo $severity, "\n"; ?>
-Message: <?php echo $message, "\n"; ?>
-Filename: <?php echo $filepath, "\n"; ?>
+Severity: <?php echo $severity, "\n"; ?>
+Message: <?php echo $message, "\n"; ?>
+Filename: <?php echo $filepath, "\n"; ?>
Line Number: <?php echo $line; ?>
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>