--- orig/image/contrib/image_gallery/image_gallery.module       2007-08-22 13:39:45.000000000 -0400
+++ patched/image/contrib/image_gallery/image_gallery.module    2007-09-06 14:08:13.000000000 -0400
@@ -167,0 +167,0 @@

   $breadcrumb[] = array('path' => $_GET['q']);
   menu_set_location($breadcrumb);
-  $content = theme('image_gallery', $galleries, $images);
+  $content = '<div class="description">' . check_markup($gallery->description) . "</div>\n" . theme('image_gallery', $galleries, $images);
   return $content;
 }

