diff --git a/gallery_block.inc b/gallery_block.inc index 7b4bc14368a6bef31694a2fbcac55865c835f658..2fbfd695e7649da3471c4913f826e9acae7bf86e 100644 --- a/gallery_block.inc +++ b/gallery_block.inc @@ -76,8 +76,7 @@ function _gallery_block($op = 'list', $delta = 0, $edit = array()) { } else { $block['subject'] = $typeMap[$params['blocks']]; } - // TODO: This should not be hardcoded, but included in the CSS. - $block['content'] = '
' . $content . '
'; + $block['content'] = '
' . $content . '
'; } } if ($head) {