Removing alt text since it interferes with tooltip
This commit is contained in:
@@ -491,7 +491,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice')
|
|||||||
// footnotemarker used in js/tooltip.js
|
// footnotemarker used in js/tooltip.js
|
||||||
return '<sup class="footnotemarker">' . $nr . '</sup>' .
|
return '<sup class="footnotemarker">' . $nr . '</sup>' .
|
||||||
'<img class="footnotemarker" id="footnote_' . $nr . '_' . $instance . '" src="' .
|
'<img class="footnotemarker" id="footnote_' . $nr . '_' . $instance . '" src="' .
|
||||||
$GLOBALS['pmaThemeImage'] . 'b_help.png" alt="tooltip" />';
|
$GLOBALS['pmaThemeImage'] . 'b_help.png" alt="" />';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user