We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09d1ef commit 312a65fCopy full SHA for 312a65f
templates/frontend/components/authors.tpl
@@ -65,7 +65,7 @@
65
{foreach name="authors" from=$authors item=author}
66
{* strip removes excess white-space which creates gaps between separators *}
67
{strip}
68
- {if $author->getLocalizedAffiliation()}
+ {if $author->getLocalizedAffiliationNamesAsString()}
69
{if $identifyAsEditors}
70
{capture assign="authorName"}<span class="label">{translate key="submission.editorName" editorName=$author->getFullName()|escape}</span>{/capture}
71
{else}
0 commit comments