Skip to content
Snippets Groups Projects
Commit 3c50535b authored by Gregor Gawol's avatar Gregor Gawol
Browse files

fixing error/index.phtml

parent d5c344e5
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</pre> </pre>
<? if ($e = $this->exception->getPrevious()): ?> <? if ($e = $this->exception->getPrevious()): ?>
<h3>Previous exceptions:</h2> <h3>Previous exceptions:</h3>
<? while($e): ?> <? while($e): ?>
<h4><?php echo get_class($e); ?></h4> <h4><?php echo get_class($e); ?></h4>
<p><?=$e->getMessage()?></p> <p><?=$e->getMessage()?></p>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment