From f093357d259fed076404a4a36daa31f9483035cb Mon Sep 17 00:00:00 2001 From: trp89 Date: Mon, 9 Sep 2024 15:11:23 -0400 Subject: [PATCH] Fixed an issue causing empty blocks to appear --- templates/blockAuthors.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blockAuthors.tpl b/templates/blockAuthors.tpl index 2106322..9207422 100644 --- a/templates/blockAuthors.tpl +++ b/templates/blockAuthors.tpl @@ -9,7 +9,7 @@ * @uses $boolAuthorInfo bool to check whether at least one author has additional info *} - {if $publication->getData('authors')} + {if count($publication->getData('authors'))}
{translate key="submission.authors"}