File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/**
2- * @preserve HTML5 Shiv v3 .7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2+ * @preserve HTML5 Shiv prev3 .7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
33*/
44; ( function ( window , document ) {
55/*jshint evil:true */
133133 // a 403 response, will cause the tab/window to crash
134134 // * Script elements appended to fragments will execute when their `src`
135135 // or `text` property is set
136- return node . canHaveChildren && ! reSkip . test ( nodeName ) ? data . frag . appendChild ( node ) : node ;
136+ return node . canHaveChildren && ! reSkip . test ( nodeName ) && ! node . tagUrn ? data . frag . appendChild ( node ) : node ;
137137 }
138138
139139 /**
Original file line number Diff line number Diff line change 11/**
2- * @preserve HTML5 Shiv v3 .7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2+ * @preserve HTML5 Shiv prev3 .7.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
33*/
44; ( function ( window , document ) {
55/*jshint evil:true */
133133 // a 403 response, will cause the tab/window to crash
134134 // * Script elements appended to fragments will execute when their `src`
135135 // or `text` property is set
136- return node . canHaveChildren && ! reSkip . test ( nodeName ) ? data . frag . appendChild ( node ) : node ;
136+ return node . canHaveChildren && ! reSkip . test ( nodeName ) && ! node . tagUrn ? data . frag . appendChild ( node ) : node ;
137137 }
138138
139139 /**
You can’t perform that action at this time.
0 commit comments