Index: themes/garland/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v
retrieving revision 1.12
diff -u -p -r1.12 page.tpl.php
--- themes/garland/page.tpl.php	6 Sep 2007 21:17:07 -0000	1.12
+++ themes/garland/page.tpl.php	4 Oct 2007 20:19:16 -0000
@@ -74,7 +74,7 @@
           <?php if ($help): print $help; endif; ?>
           <?php if ($show_messages && $messages): print $messages; endif; ?>
           <?php print $content ?>
-          <span class="clear"></span>
+          <div class="clear"></div>
           <?php print $feed_icons ?>
           <div id="footer"><?php print $footer_message . $footer ?></div>
       </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.25
diff -u -p -r1.25 style.css
--- themes/garland/style.css	2 Oct 2007 16:03:17 -0000	1.25
+++ themes/garland/style.css	4 Oct 2007 20:18:49 -0000
@@ -971,7 +971,7 @@ tr.selected td a:link, tr.selected td a:
 /**
  * CSS support
  */
-span.clear {
+div.clear {
   display: block;
   clear: both;
   height: 1px;
