|
@@ -680,9 +680,6 @@ func inHeadIM(p *parser) bool {
|
|
|
return true
|
|
return true
|
|
|
}
|
|
}
|
|
|
p.generateAllImpliedEndTags()
|
|
p.generateAllImpliedEndTags()
|
|
|
- if n := p.oe.top(); n.DataAtom != a.Template {
|
|
|
|
|
- return true
|
|
|
|
|
- }
|
|
|
|
|
p.popUntil(defaultScope, a.Template)
|
|
p.popUntil(defaultScope, a.Template)
|
|
|
p.clearActiveFormattingElements()
|
|
p.clearActiveFormattingElements()
|
|
|
p.templateStack.pop()
|
|
p.templateStack.pop()
|