diff --git a/blocks/dock.js b/blocks/dock.js index 5560a32..f4e2df1 100644 --- a/blocks/dock.js +++ b/blocks/dock.js @@ -505,7 +505,7 @@ M.core_dock.fixTitleOrientation = function(item, title, text) { break; } - if (Y.UA.ie > 7) { + if (Y.UA.ie == 8) { // IE8 can flip the text via CSS but not handle SVG title.setContent(text); title.setAttribute('style', 'writing-mode: tb-rl; filter: flipV flipH;display:inline;');