Removing alt text since it interferes with tooltip

This commit is contained in:
lorilee
2010-08-05 18:23:18 -07:00
parent d1ae3e348b
commit 841fba88d5

View File

@@ -491,7 +491,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice')
// footnotemarker used in js/tooltip.js
return '<sup class="footnotemarker">' . $nr . '</sup>' .
'<img class="footnotemarker" id="footnote_' . $nr . '_' . $instance . '" src="' .
$GLOBALS['pmaThemeImage'] . 'b_help.png" alt="tooltip" />';
$GLOBALS['pmaThemeImage'] . 'b_help.png" alt="" />';
}
/**