From 3c50535bcef665fcff3a2539170859561ae86c8b Mon Sep 17 00:00:00 2001
From: Gregor Gawol <gawol@ub.uni-leipzig.de>
Date: Fri, 3 Jul 2015 10:13:38 +0200
Subject: [PATCH] fixing error/index.phtml

---
 themes/root/templates/error/index.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/root/templates/error/index.phtml b/themes/root/templates/error/index.phtml
index 5d2801edb2a..9e53e5a5e67 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>
-- 
GitLab