Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
that for loop is not necessary
  • Loading branch information
kraih committed Oct 14, 2014
1 parent b46894b commit a88befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -271,7 +271,7 @@ sub _start {

# "dd" and "dt"
elsif ($start eq 'dd' || $start eq 'dt') {
_close($current, {dd => 1, dt => 1}, {dl => 1}) for qw(dd dt);
_close($current, {dd => 1, dt => 1}, {dl => 1});
}

# "li"
Expand Down

0 comments on commit a88befb

Please sign in to comment.