diff --git a/templates/database/structure/structure_table_row.twig b/templates/database/structure/structure_table_row.twig index a64de4f0ae..f01487f51d 100644 --- a/templates/database/structure/structure_table_row.twig +++ b/templates/database/structure/structure_table_row.twig @@ -140,12 +140,12 @@ {% endif %} - {% if not (show_charset > 1) %} - {% if charset|length > 0 %} - + {% if show_charset %} + + {% if charset|length > 0 %} {{ charset|raw }} - - {% endif %} + {% endif %} + {% endif %} {% if show_comment %}