diff --git a/src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig b/src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig index ca97873814..17cc8c1950 100644 --- a/src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig @@ -67,7 +67,7 @@
{% if content is defined %}
- {% if creator is defined %} + {% if creator is defined and creator is not empty %}
{{ 'content.details.created_by'|trans({'%name%': ez_content_name(creator)})|desc('Created by %name%') }}
{% endif %}
{{ content.versionInfo.contentInfo.publishedDate|ez_full_datetime }}