diff options
-rwxr-xr-x | run/p5p | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ for my $alt (@alt) { $f{$id} =~ s,@[^.]*\.,@<i>hidden</i>.,; $s{$id} = '(no subject)' if not exists $s{$id}; + $s{$id} =~ s/Re:=\?/Re: =?/; # fix encoding $s{$id} = $decoder->decode_text($s{$id}); $s{$id} = encode_entities($s{$id}); |