From f9766a764f25cd49a81a68ae0dcce25e94faedf1 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sat, 3 Sep 2011 15:49:29 -0400 Subject: [PATCH] making sure the elements get parsed in a good way --- web-world/js-impl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-world/js-impl.js b/web-world/js-impl.js index 6e08181..182bda1 100644 --- a/web-world/js-impl.js +++ b/web-world/js-impl.js @@ -502,7 +502,7 @@ return onSuccess(x); } else if (isResource(x)) { try { - dom = $(resourceContent(x).toString()) + dom = $("").append($(resourceContent(x).toString())) .css("margin", "0px") .css("padding", "0px") .css("border", "0px");