From f8df5edcb977d824cacc139bca9bf7bb65810750 Mon Sep 17 00:00:00 2001
From: Andrew Davis <andrew@affinitysoftware.net>
Date: Fri, 27 Nov 2009 05:51:37 +0000
Subject: [PATCH] cornflower theme MDL-20987 Added missing close div tag at the
 end of cornflower footer.html

---
 theme/cornflower/footer.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theme/cornflower/footer.html b/theme/cornflower/footer.html
index 78d16c8c3e..30dc1da4c9 100644
--- a/theme/cornflower/footer.html
+++ b/theme/cornflower/footer.html
@@ -26,6 +26,7 @@
     echo $OUTPUT->container_end();
 ?>
 
-</div>
+</div><!-- /page -->
+</div><!-- /cornflowersurround -->
 </body>
 </html>
-- 
2.39.5