Update module/Application/view/error/index.phtml
authorErik Landvall <erik@landvall.se>
Wed, 15 Aug 2012 20:19:26 +0000 (23:19 +0300)
committerErik Landvall <erik@landvall.se>
Wed, 15 Aug 2012 20:19:26 +0000 (23:19 +0300)
Correcting html output

module/Application/view/error/index.phtml

index ced65de..5165cd8 100644 (file)
                 <pre class="prettyprint linenums"><?php echo $e->getTraceAsString() ?></pre>
             </dd>
         </dl>
-        <?php
-                $e = $e->getPrevious();
-            endwhile;
-        ?>
     </li>
+    <?php
+        $e = $e->getPrevious();
+        endwhile;
+    ?>
 </ul>
 <?php endif; ?>