Clean headings outline
authorMartin Hujer <mhujer@gmail.com>
Sat, 10 Dec 2011 16:23:59 +0000 (17:23 +0100)
committerMartin Hujer <mhujer@gmail.com>
Sat, 10 Dec 2011 16:23:59 +0000 (17:23 +0100)
module/Application/views/error/404.phtml
module/Application/views/error/index.phtml

index a08996b..10e81bb 100644 (file)
@@ -7,7 +7,7 @@
 
 <h3>Exception information:</h3>
 <p>
-    <h3>Stack trace:</h3>
+    <h4>Stack trace:</h4>
     <pre><?php echo $this->exception->getTraceAsString() ?></pre>
 </p>
 
index b05d316..5036649 100644 (file)
@@ -7,7 +7,7 @@
 
 <h3>Exception information:</h3>
 <p>
-    <h3>Stack trace:</h3>
+    <h4>Stack trace:</h4>
     <pre><?php echo $this->exception->getTraceAsString() ?></pre>
 </p>