diff options
Diffstat (limited to 'views/default/entities/gallery.php')
-rw-r--r-- | views/default/entities/gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/entities/gallery.php b/views/default/entities/gallery.php index a2701ed0c..73cab6dd8 100644 --- a/views/default/entities/gallery.php +++ b/views/default/entities/gallery.php @@ -24,7 +24,7 @@ if (is_array($entities) && sizeof($entities) > 0) { echo "<tr>"; } - echo "<td class=\"entity_gallery_item\">"; + echo "<td class='entity_gallery_item'>"; echo elgg_view_entity($entity); echo "</td>"; $col++; |