From 713954c55f7b08925d0c8441748b552e578de31b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 18 May 2008 16:57:12 +0000 Subject: [PATCH] bug #1955572 oops we still need the alt tag but empty --- libraries/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 69cc23f4a..7d7ee2351 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -1566,7 +1566,7 @@ function PMA_getTab($tab) // the text that follows and if browser does not display // images, the text is duplicated $image = '%2$s'; + .'%1$s" width="16" height="16" alt="" />%2$s'; $tab['text'] = sprintf($image, htmlentities($tab['icon']), $tab['text']); } // check to not display an empty link-text