]> git.mjollnir.org Git - moodle.git/commitdiff
cornflower theme MDL-20987 Added missing close div tag at the end of cornflower foote...
authorAndrew Davis <andrew@affinitysoftware.net>
Fri, 27 Nov 2009 05:51:37 +0000 (05:51 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Fri, 27 Nov 2009 05:51:37 +0000 (05:51 +0000)
theme/cornflower/footer.html

index 78d16c8c3eb0859bad936285f781b1f619da7359..30dc1da4c98113f89a24411faff926870733f91d 100644 (file)
@@ -26,6 +26,7 @@
     echo $OUTPUT->container_end();
 ?>
 
-</div>
+</div><!-- /page -->
+</div><!-- /cornflowersurround -->
 </body>
 </html>