diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml index d9f0a51db269dddfffdf5e2a1301eb8697f27a6a..1355e678f2b61fe31fd26d0550b44d94e51ae512 100644 --- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml +++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/data-publicationDetails.phtml @@ -9,14 +9,14 @@ </span> <? endif; ?> <? $pubName = $field->getName(); if (!empty($pubName)): ?> - <span property="name"><a href="<?=$this->record($this->driver)->getLink('publisher', $pubName)?>"><?=$this->escapeHtml($pubName)?>,</a></span> + <span property="name"><a href="<?=$this->record($this->driver)->getLink('publisher', $pubName)?>"><?=$this->escapeHtml($pubName)?></a></span> <? endif; ?> </span> <span property="datePublished"> <? /* do not show solr publish date #13993 - GG */ ?> <? /*$pubDateSort = $this->driver->tryMethod('getPublishDateSort');*/ ?> <? $pubDate = $field->getDate(); if (!empty($pubDate)): ?> - <?=$this->escapeHtml($pubDate)?> + <?=!empty($pubPlace) || !empty($pubName) ? ', ' :''?><?=$this->escapeHtml($pubDate)?> <? /*else: ?> <?=$this->escapeHtml($pubDateSort)*/?></span> <? endif; ?>