diff --git a/ChangeLog b/ChangeLog index 499f9f8369..e841243cd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -139,7 +139,8 @@ phpMyAdmin - ChangeLog - issue #14252 Fixed DisableIS and database tree list (new database missing when refreshing the list) - issue #14621 Removed "Propose table structure" on MySQL 8.0 - issue Fixed editing of virtual columns on PerconaDB -- issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns +- issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns +- issue #15262 Fixed incorrect display of charset column (raw html) 4.8.5 (2019-01-25) - issue Developer debug data was saved to the PHP error log diff --git a/templates/database/structure/structure_table_row.twig b/templates/database/structure/structure_table_row.twig index d496ff9f60..6b26cff06e 100644 --- a/templates/database/structure/structure_table_row.twig +++ b/templates/database/structure/structure_table_row.twig @@ -141,7 +141,7 @@ {% if not (show_charset > 1) %} {% if charset|length > 0 %}