From 0e9d9b844ca836bc9f9f4cf357dd6e637432a542 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 21 Mar 2014 18:54:47 +0100 Subject: [PATCH] Removed duplicate start_element rule. --- lib/oga/lexer.rl | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/oga/lexer.rl b/lib/oga/lexer.rl index 1a84860..97fb46b 100644 --- a/lib/oga/lexer.rl +++ b/lib/oga/lexer.rl @@ -436,7 +436,6 @@ module Oga doctype_start => start_doctype; cdata_start => start_cdata; comment_start => start_comment; - element_start => start_element; # Enter the body of the tag. If HTML mode is enabled and the current # element is a void element we'll close it and bail out.