? 565774.patch
? 569186.patch
? views/theme/565774.patch
Index: views/theme/image-view-image-gallery.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/views/theme/image-view-image-gallery.tpl.php,v
retrieving revision 1.1
diff -u -p -r1.1 image-view-image-gallery.tpl.php
--- views/theme/image-view-image-gallery.tpl.php	27 Aug 2009 12:10:57 -0000	1.1
+++ views/theme/image-view-image-gallery.tpl.php	5 Sep 2009 13:31:23 -0000
@@ -13,7 +13,7 @@
   <?php if (!empty($title)) : ?>
     <h3><?php print $title; ?></h3>
   <?php endif; ?>
-  <<?php print $options['type']; ?>>
+  <<?php print $options['type']; ?> class="images">
     <?php foreach ($rows as $id => $row): ?>
       <li class="<?php print $classes[$id]; ?>"><?php print $row; ?></li>
     <?php endforeach; ?>
