diff --git a/templates/blockPublishedDate.tpl b/templates/blockPublishedDate.tpl index 04e864d..a3bd0ba 100644 --- a/templates/blockPublishedDate.tpl +++ b/templates/blockPublishedDate.tpl @@ -17,8 +17,8 @@
{capture assign=translatedDatePublished}{translate key="submissions.published"}{/capture} - {translate key="semicolon" label=$translatedDatePublished} - {$publication->getData('datePublished')|date_format} + {translate key="semicolon" label=$translatedDatePublished|cat:$dateFormatShort} + {$publication->getData('datePublished')|date_format:$dateFormatShort}
{* If this is an updated version *} {if $firstPublication->getID() !== $publication->getId()} @@ -48,4 +48,4 @@ {/if} -{/if} \ No newline at end of file +{/if}