diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
index 6bbfb931b50f172065edbab05b66bfdf56d89ac4..6af60b3d318d99450ff4fcccccc64875a59015fd 100644
--- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
+++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
@@ -51,8 +51,8 @@ $icon = $this->record($this->driver)->getIconMapping($format);
           );
           ?>
           <a href="<?=$authorLink?>">
-            <?=$this->highlight($summAuthor)?>
-          </a><?=$i + 1 < $authorCount ? ',' : ''?>
+            <?=$this->highlight($summAuthor)?><?=$i + 1 < $authorCount ? ';' : ''?>
+          </a>
         <?php endforeach; ?>
       <?php endif; ?>