afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-04 03:38 pm

[dw-free] fix missing </div> on /site/index.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/6fc6eeced631]

http://bugs.dwscoalition.org/show_bug.cgi?id=435

Fix missing on /site/index.bml

Patch by [staff profile] denise.

Files modified:
  • htdocs/site/index.bml
--------------------------------------------------------------------------------
diff -r fcfdee66865b -r 6fc6eeced631 htdocs/site/index.bml
--- a/htdocs/site/index.bml	Wed Mar 04 08:29:25 2009 +0000
+++ b/htdocs/site/index.bml	Wed Mar 04 15:36:34 2009 +0000
@@ -145,5 +145,6 @@ body<=
 <?p 
 <?_ml .footer _ml?>
 p?>
+</div>
 <=body
 page?>
--------------------------------------------------------------------------------