Merge pull request #109 from erik-landvall/patch-1
authorMaks <github.maks3w@virtualplanets.net>
Wed, 15 Aug 2012 20:41:57 +0000 (13:41 -0700)
committerMaks <github.maks3w@virtualplanets.net>
Wed, 15 Aug 2012 20:41:57 +0000 (13:41 -0700)
Update module/Application/view/error/index.phtml

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; ?>