The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 4e88fb41 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #18733 [fid_bbi] use semicolon to delimit author names in result list

parent 7759c900
No related merge requests found
......@@ -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; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment