Skip to content

Commit

Permalink
monogphraph_full
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Jan 31, 2025
1 parent df21e90 commit b083650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/objects/monograph_full.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<div class="label">
{if $author->getLocalizedAffiliationNamesAsString()}
{capture assign="authorName"}{$author->getFullName()|escape}{/capture}
{capture assign="authorAffiliations"}<span class="affiliation">{$author->getLocalizedAffiliationNamesAsString(null, ', ')|escape}</span>{/capture}
{capture assign="authorAffiliations"} {$author->getLocalizedAffiliationNamesAsString(null, ', ')|escape} {/capture}
{translate key="submission.authorWithAffiliation" name=$authorName affiliation=$authorAffiliations}
{else}
{$author->getFullName()|escape}
Expand Down

0 comments on commit b083650

Please sign in to comment.