diff --git a/themes/finc/templates/myresearch/mylist.phtml b/themes/finc/templates/myresearch/mylist.phtml
index 0c9489e95e5adc7fe88112c0ca7ea5a2cb83154f..129b59cef2b9d8201da14d92c31fea6faad0bc40 100644
--- a/themes/finc/templates/myresearch/mylist.phtml
+++ b/themes/finc/templates/myresearch/mylist.phtml
@@ -89,7 +89,7 @@ $user = $this->auth()->isLoggedIn();
     <?=$this->context($this)->renderInContext("myresearch/menu.phtml", ['active' => isset($list) ? 'list' . $list['id'] : 'favorites'])?>
   <?php endif; ?>
   <?php foreach ($this->results->getRecommendations('side') as $current): ?>
-    <?=$this->recommend($current)?>
+    <br/><?=$this->recommend($current)?>
   <?php endforeach; ?>
 </div>