This commit is contained in:
Difrex(Denis Zheleztsov) 2014-08-11 12:22:49 +04:00
parent cbfcef3813
commit b38cfc0c5f

View File

@ -210,9 +210,9 @@ sub pre {
} }
$txt .= $line; $txt .= $line;
$txt =~ s/<br \/>//g; $txt =~ s/<br \/>//g;
$txt =~ s/<li>//g; # $txt =~ s/<li>//g;
$txt =~ s/<\/li>//g; # $txt =~ s/<\/li>//g;
$txt =~ s/<font.+>(>.+)<\/font>/$1/g; # $txt =~ s/<font.+>(>.+)<\/font>/$1/g;
} }
close $fh; close $fh;