Skip to content

Commit

Permalink
Issue #4111: eliminate empty if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 28, 2025
1 parent 1ae8221 commit e9bb186
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Kernel/cpan-lib/HTML/Scrubber.pm
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,6 @@ sub _scrub_str {
$text =~ s/>/>/g;
}

if ( $s->{_last_start_tag} ne 'style' ) {
}

$outstr .= $text;
}
elsif ( $e eq 'start_document' ) {
Expand Down

0 comments on commit e9bb186

Please sign in to comment.