missing HTML tag

This commit is contained in:
Marc Delisle
2006-12-04 18:24:12 +00:00
parent 5dd2f3696d
commit 8ff15cb214
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$HeadURL$ $HeadURL$
2006-12-04 Marc Delisle <lem9@users.sourceforge.net>
* db_structure.php, bug #1605985, missing HTML tag
2006-11-29 Marc Delisle <lem9@users.sourceforge.net> 2006-11-29 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish update, thanks to Daniel Hinostroza * lang/spanish update, thanks to Daniel Hinostroza
* sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for * sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for

View File

@@ -407,7 +407,7 @@ if (!($cfg['PropertiesNumColumns'] > 1)) {
$default_engine = PMA_DBI_get_default_engine(); $default_engine = PMA_DBI_get_default_engine();
echo ' <th align="center">' . "\n" echo ' <th align="center">' . "\n"
. ' <dfn title="' . ' <dfn title="'
. sprintf($strDefaultEngine, $default_engine) . '">' .$default_engine . '</th>' . "\n"; . sprintf($strDefaultEngine, $default_engine) . '">' .$default_engine . '</dfn></th>' . "\n";
// Have to account for old MySQL with no collation (bug 1554885) // Have to account for old MySQL with no collation (bug 1554885)
if (PMA_MYSQL_INT_VERSION >= 40100) { if (PMA_MYSQL_INT_VERSION >= 40100) {
// we got a case where $db_collation was empty // we got a case where $db_collation was empty