Bold text fix
This commit is contained in:
parent
9795535fe4
commit
e574ff6413
2
II/T.pm
2
II/T.pm
@ -166,7 +166,7 @@ sub pre {
|
|||||||
$post =~ s/>/>/g;
|
$post =~ s/>/>/g;
|
||||||
$post =~ s/>(.+)/<font color='green'>>$1<\/font>/g;
|
$post =~ s/>(.+)/<font color='green'>>$1<\/font>/g;
|
||||||
$post =~ s/--/—/g;
|
$post =~ s/--/—/g;
|
||||||
$post =~ s/.?\*(.+)\*.?/<b>$1<\/b>/g;
|
$post =~ s/.?\*(.+)\*.?/ <b>$1<\/b> /g;
|
||||||
$post =~ s/^$/<br>\n/g;
|
$post =~ s/^$/<br>\n/g;
|
||||||
$post =~ s/(.?)\n/$1<br>\n/g;
|
$post =~ s/(.?)\n/$1<br>\n/g;
|
||||||
$post
|
$post
|
||||||
|
Loading…
Reference in New Issue
Block a user