diff --git a/ChangeLog b/ChangeLog index 774a34a32..86fe356f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2006-12-04 Marc Delisle + * db_structure.php, bug #1605985, missing HTML tag + 2006-11-29 Marc Delisle * lang/spanish update, thanks to Daniel Hinostroza * sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for diff --git a/db_structure.php b/db_structure.php index 7be4945ed..4e2b31481 100644 --- a/db_structure.php +++ b/db_structure.php @@ -407,7 +407,7 @@ if (!($cfg['PropertiesNumColumns'] > 1)) { $default_engine = PMA_DBI_get_default_engine(); echo ' ' . "\n" . ' ' .$default_engine . '' . "\n"; + . sprintf($strDefaultEngine, $default_engine) . '">' .$default_engine . '' . "\n"; // Have to account for old MySQL with no collation (bug 1554885) if (PMA_MYSQL_INT_VERSION >= 40100) { // we got a case where $db_collation was empty