Skip to content

Commit

Permalink
Replace a call to encode_entities with do_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking authored and bagder committed Dec 13, 2019
1 parent be2eb4c commit b59e6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roffit
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ sub parsefile {
my $fi = 0;
my @applied;
for(@all) {
my $encoded = encode_entities($_);
my $encoded = do_encode($_);
push @applied, $apply_face{$ff[$fi]}->($encoded);
$fi = $fi ? 0 : 1;
}
Expand Down

0 comments on commit b59e6c8

Please sign in to comment.