From 841fba88d52f7369a8f9efe6b6e5137277daa33a Mon Sep 17 00:00:00 2001 From: lorilee Date: Thu, 5 Aug 2010 18:23:18 -0700 Subject: [PATCH] Removing alt text since it interferes with tooltip --- 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 8e357860a..d1648a49c 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -491,7 +491,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice') // footnotemarker used in js/tooltip.js return '' . $nr . '' . 'tooltip'; + $GLOBALS['pmaThemeImage'] . 'b_help.png" alt="" />'; } /**