bug #1955572 oops we still need the alt tag but empty

This commit is contained in:
Marc Delisle
2008-05-18 16:57:12 +00:00
parent 350f766ff8
commit 713954c55f

View File

@@ -1566,7 +1566,7 @@ function PMA_getTab($tab)
// the text that follows and if browser does not display // the text that follows and if browser does not display
// images, the text is duplicated // images, the text is duplicated
$image = '<img class="icon" src="' . htmlentities($GLOBALS['pmaThemeImage']) $image = '<img class="icon" src="' . htmlentities($GLOBALS['pmaThemeImage'])
.'%1$s" width="16" height="16" />%2$s'; .'%1$s" width="16" height="16" alt="" />%2$s';
$tab['text'] = sprintf($image, htmlentities($tab['icon']), $tab['text']); $tab['text'] = sprintf($image, htmlentities($tab['icon']), $tab['text']);
} }
// check to not display an empty link-text // check to not display an empty link-text