diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 3e9addfc37..300183bb37 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -2346,14 +2346,7 @@ class PMA_Util /* Opera has trouble with */ /* IE (before version 9) has trouble with ' . "\n"; - } else { + if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) { return '' . "\n" + . self::getIcon($image, $text) + .'' . "\n"; } } // end function