# File lib/html/htmlparser.rb, line 394 394: def unknown_endtag(tag) 395: @current = @current.parent if @current.parent 396: end