Fastfix
This commit is contained in:
parent
cbfcef3813
commit
b38cfc0c5f
6
II/T.pm
6
II/T.pm
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user