From 451b29b0f5fef1f41b209c51b57d6362c13696a1 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 18:07:38 +0000 Subject: Updated File mod to new UI. git-svn-id: http://code.elgg.org/elgg/trunk@5409 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/entities/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/entities') 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 ""; } - echo ""; + echo ""; echo elgg_view_entity($entity); echo ""; $col++; -- cgit v1.2.3