diff --git a/navigation.php b/navigation.php index 381b561d1..8776645ec 100644 --- a/navigation.php +++ b/navigation.php @@ -305,7 +305,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { } unset($table_list); echo '
'; } elseif ($GLOBALS['cfg']['LeftFrameLight']) { /* No need to tell user to select database if we're showing complete list */ @@ -630,7 +630,7 @@ function PMA_displayTableList($tables, $visible = false, echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"'; } echo ' id="icon_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"' - .' width="10" height="10" alt="' . htmlspecialchars($link_title) . '" />' . "\n"; + .' alt="' . htmlspecialchars($link_title) . '" />' . "\n"; // link for the table name itself $href = $GLOBALS['cfg']['DefaultTabTable'] . '?'