Skip to content

Commit

Permalink
small optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 2, 2014
1 parent 7696e17 commit 73b6911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -42,7 +42,7 @@ my $TOKEN_RE = qr/
\s*
[^<>\s]+ # Tag
\s*
(?:(?:$ATTR_RE){0,32766}){0,32766}+ # Attributes
(?:(?:$ATTR_RE){0,32766})*+ # Attributes
)>
|
(<) # Runaway "<"
Expand Down

0 comments on commit 73b6911

Please sign in to comment.