Update module/Application/view/error/index.phtml
[zf2.biz/application_blanche.git] / 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; ?>