diff --git a/ChangeLog b/ChangeLog index 536b6416c..0640c9454 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ $Source$ Mike Eheler . * tbl_alter.php3, lines 109-112: fixed bug #543365 - Can't change field properties when name contains localized characters. + * left.php3, lines 271, 298 & 415; libraries/display_tbl.lib.php3, line 460: the valid xhtml attribute + to display the "tool tip" of an image is "title" and not "alt". 2002-04-12 Loïc Chapeaux * libraries/display_tbl.lib.php3, lines 957-991: expended cosmetic changes diff --git a/left.php3 b/left.php3 index e1516bf47..2d6098a09 100755 --- a/left.php3 +++ b/left.php3 @@ -268,7 +268,7 @@ if ($num_dbs > 1) { ?> - <?php echo " />  + <?php echo " title="" /> 
1) { ? str_replace('"', '"', $tooltip[$table]) : ''; $table_list .= ' ' . "\n"; - $table_list .= ' ' . $strBrowse . ': ' . $table . ' ' . "\n"; + $table_list .= ' ' . $strBrowse . ': ' . $table . ' ' . "\n"; if (PMA_USR_BROWSER_AGENT == 'IE') { $table_list .= ' ' . $table . '
' . "\n"; } else { @@ -412,7 +412,7 @@ else if ($num_dbs == 1) { echo "\n"; ?> - <?php echo " />  + <?php echo " title="" /> 
- <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> + <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?>