Merge branch 'QA_4_8'

Closes #15280

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-05-20 14:22:55 +02:00
commit c1186dcdba
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -141,7 +141,7 @@
{% if not (show_charset > 1) %}
{% if charset|length > 0 %}
<td class="nowrap">
{{ charset }}
{{ charset|raw }}
</td>
{% endif %}
{% endif %}