From 1625178b27de7db2330d674a353d2bf5cd897a2c Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Fri, 22 Apr 2011 17:10:37 +0000 Subject: [PATCH] (Fixes issue 154) git-svn-id: https://beef.googlecode.com/svn/trunk@917 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- core/main/client/dom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);