diff --git a/themes/root/templates/error/index.phtml b/themes/root/templates/error/index.phtml
index 5d2801edb2a7d93b0ef575c15619f3e54e7e5802..9e53e5a5e67434b4be60b8fc9bc2c093b90cdba5 100644
--- a/themes/root/templates/error/index.phtml
+++ b/themes/root/templates/error/index.phtml
@@ -19,7 +19,7 @@
   </pre>
 
   <? if ($e = $this->exception->getPrevious()): ?>
-    <h3>Previous exceptions:</h2>
+    <h3>Previous exceptions:</h3>
     <? while($e): ?>
         <h4><?php echo get_class($e); ?></h4>
         <p><?=$e->getMessage()?></p>