Skip to content

Commit

Permalink
Fix for #466 again
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Dec 20, 2023
1 parent d43e352 commit a0b3424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biber/Output/bibtex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use IO::File;
use Log::Log4perl qw( :no_extra_logdie_message );
use Scalar::Util qw(looks_like_number);
use Text::Wrap;
$Text::Wrap::columns = 80;
$Text::Wrap::unexpand = 0;
use Unicode::Normalize;
my $logger = Log::Log4perl::get_logger('main');

Expand Down

0 comments on commit a0b3424

Please sign in to comment.