--- image_gallery.tpl.php.orig	2006-01-21 00:44:42.000000000 -0600
+++ image_gallery.tpl.php	2006-01-21 00:44:11.000000000 -0600
@@ -10,7 +10,7 @@
       $content .= '<li>';
       if ($gallery->count)
       $content.= "<h3>".l($gallery->name, 'image/tid/'.$gallery->tid) . "</h3>\n";
-      $content.= '<div class="description">'. l(image_display($gallery->latest, 'thumbnail'), 'image/tid/'.$gallery->tid, array(), NULL, NULL, FALSE, TRUE) . check_output($gallery->description) ."</div>\n";
+      $content.= '<div class="description">'. l(image_display($gallery->latest, 'thumbnail'), 'image/tid/'.$gallery->tid, array(), NULL, NULL, FALSE, TRUE) . check_markup($gallery->description) ."</div>\n";
       $content.= '<p class="count">' . format_plural($gallery->count, 'There is %count image in this gallery', 'There are %count images in this gallery') . "</p>\n";
       if ($gallery->latest->changed) {
         $content.= '<p class="last">'. t('Last updated: %date', array('%date' => format_date($gallery->latest->changed))) . "</p>\n";
