Browse Source

Tweak exception view for new error class changes.

Taylor Otwell 13 years ago
parent
commit
92b57ca2d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/views/error/exception.php

+ 1 - 1
application/views/error/exception.php

@@ -78,7 +78,7 @@
 	<div id="wrapper"> 
 		<h2>Message:</h2>
 
-		<p><?php echo $message; ?> in <strong><?php echo basename($file); ?></strong> on line <strong><?php echo $line; ?></strong>.</p>
+		<p><?php echo $message; ?></p>
 
 		<h2>Stack Trace:</h2>