From a6feb09d4d638ed7038357b343fcf1abbb7911f1 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 7cf93d60f..bf56fda40 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -1547,7 +1547,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