Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Fix #8 #11

Merged
merged 1 commit into from
Jan 24, 2015
Merged

Fix #8 #11

merged 1 commit into from
Jan 24, 2015

Conversation

xirzec
Copy link
Member

@xirzec xirzec commented Jan 22, 2015

The dynamic document we create to pre-process HTML will automatically create wrapping document, head, and body elements when HTML is passed in. This resulted in extra and tags getting created when calling innerHTML on elements that are not document elements.

The dynamic document we create to pre-process HTML will automatically create wrapping document, head, and body elements when HTML is passed in. This resulted in extra <head> and <body> tags getting created when calling innerHTML on elements that are not document elements.
xirzec added a commit that referenced this pull request Jan 24, 2015
@xirzec xirzec merged commit 1c23c04 into master Jan 24, 2015
@xirzec xirzec deleted the fixExtraTags branch January 24, 2015 00:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant