making sure the elements get parsed in a good way
This commit is contained in:
parent
4b5e2b98e1
commit
f9766a764f
|
@ -502,7 +502,7 @@
|
|||
return onSuccess(x);
|
||||
} else if (isResource(x)) {
|
||||
try {
|
||||
dom = $(resourceContent(x).toString())
|
||||
dom = $("<html/>").append($(resourceContent(x).toString()))
|
||||
.css("margin", "0px")
|
||||
.css("padding", "0px")
|
||||
.css("border", "0px");
|
||||
|
|
Loading…
Reference in New Issue
Block a user