# File lib/html5/html5parser/after_body_phase.rb, line 39
    def endTagOther(name)
      parse_error("unexpected-end-tag-after-body", {"name" => name})
      @parser.phase = @parser.phases[:inBody]
      @parser.phase.processEndTag(name)
    end