diff --git a/core/main/client/dom.js b/core/main/client/dom.js index 3c1475c7a..92f59178c 100644 --- a/core/main/client/dom.js +++ b/core/main/client/dom.js @@ -161,8 +161,8 @@ beef.dom = { var content = null; if(beef.browser.isIE()){ content = "" + - " " + + " " + "" + "" + ""; @@ -170,7 +170,7 @@ beef.dom = { content = "" + "" + + "height='0' width='0' >" + ""; } $j('body').append(content);