opportunity: Respect the basic HTML structure.
[nit.git] / contrib / opportunity / src / templates / boilerplate.nit
index ee64f21..50d2c67 100644 (file)
@@ -86,7 +86,6 @@ class OpportunityFooter
        redef fun rendering do
                add """
 </div>
-</body>
 <div class="footer">
        <div class="well well-sm">
                <p class="text-muted text-center">
@@ -97,6 +96,7 @@ class OpportunityFooter
                </p>
        </div>
 </div>
+</body>
 </html>
 """
        end