Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unit test
  • Loading branch information
yincongcyincong committed Nov 5, 2024
commit 76cab6397dc850b088c2a1e08e23f8f07d71eceb
2 changes: 2 additions & 0 deletions html/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ func afterHeadIM(p *parser) bool {
return true
case ErrorToken:
// Stop parsing.
p.parseImpliedToken(StartTagToken, a.Body, a.Body.String())
p.framesetOK = true
return true
}

Expand Down