aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/search/gallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/search/gallery.php b/views/default/search/gallery.php
index 9f3a34014..245971e95 100644
--- a/views/default/search/gallery.php
+++ b/views/default/search/gallery.php
@@ -31,7 +31,7 @@
echo elgg_view_entity($entity);
echo "</td>";
$col++;
- if ($col > 3) {
+ if ($col > 2) {
echo "</tr>";
$col = 0;
}