# File lib/html5/html5parser/in_head_phase.rb, line 118 def anything_else if @tree.open_elements.last.name == 'head' endTagHead('head') else @parser.phase = @parser.phases[:afterHead] end end