diff --git a/templates/database/data_dictionary/index.twig b/templates/database/data_dictionary/index.twig index d1b1b221cb..885df1cad5 100644 --- a/templates/database/data_dictionary/index.twig +++ b/templates/database/data_dictionary/index.twig @@ -13,7 +13,8 @@

{{ table.name }}

{% if table.comment is not empty %} -

{% trans 'Table comments:' %} {{ table.comment }}

+ {% trans 'Table comments:' %} +
{{ table.comment }}
{% endif %} diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 544024df98..ad0e05a613 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -2,10 +2,8 @@
{% trans 'Information' %} {% if showtable['TABLE_COMMENT'] %} -

- {% trans 'Table comments:' %} - {{ showtable['TABLE_COMMENT'] }} -

+ {% trans 'Table comments:' %} +
{{ showtable['TABLE_COMMENT'] }}
{% endif %}