diff options
Diffstat (limited to 'app/Template/search/activity.php')
-rw-r--r-- | app/Template/search/activity.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Template/search/activity.php b/app/Template/search/activity.php index 2582162b..6be346b6 100644 --- a/app/Template/search/activity.php +++ b/app/Template/search/activity.php @@ -37,7 +37,9 @@ <?php elseif (! empty($values['search']) && $nb_events === 0): ?> <p class="alert"><?= t('Nothing found.') ?></p> <?php else: ?> - <?= $this->render('event/events', array('events' => $events)) ?> + <div class="margin-top"> + <?= $this->render('event/events', array('events' => $events)) ?> + </div> <?php endif ?> </section> |