--- image_gallery.module	2007-08-01 22:55:59.000000000 +0300
+++ image_gallery.module.136338	2007-08-06 13:06:21.000000000 +0300
@@ -333,7 +333,7 @@ function theme_image_gallery($galleries,
   if (count($galleries)) {
     $content .= '<ul class="galleries">';
     foreach ($galleries as $gallery) {
-      $content .= '<li>';
+      $content .= '<li class="clear-block">';
       if ($gallery->count) {
         $content .= l(image_display($gallery->latest, IMAGE_THUMBNAIL), 'image/tid/'. $gallery->tid, array(), NULL, NULL, FALSE, TRUE);
       }
