missing HTML tag
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$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>
|
||||
* lang/spanish update, thanks to Daniel Hinostroza
|
||||
* sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for
|
||||
|
@@ -407,7 +407,7 @@ if (!($cfg['PropertiesNumColumns'] > 1)) {
|
||||
$default_engine = PMA_DBI_get_default_engine();
|
||||
echo ' <th align="center">' . "\n"
|
||||
. ' <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)
|
||||
if (PMA_MYSQL_INT_VERSION >= 40100) {
|
||||
// we got a case where $db_collation was empty
|
||||
|
Reference in New Issue
Block a user