Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 23, 2023
1 parent 633ff89 commit 9dd8603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/HTML/Restrict.pm
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ sub _build_parser {
$self->_processed( ( $self->_processed || q{} ) . "\n" );
}
elsif ( $tagname eq 'p' && $self->create_newlines ) {
$self->_processed( ( $self->_processed || q{} ) . "\n\n" );
$self->_processed(
( $self->_processed || q{} ) . "\n\n" );
}
elsif ( any { $_ eq $tagname }
@{ $self->strip_enclosed_content } ) {
Expand Down

0 comments on commit 9dd8603

Please sign in to comment.