Fast fix in ii://
This commit is contained in:
parent
1211f6c67b
commit
a462db4c4a
2
II/T.pm
2
II/T.pm
@ -172,7 +172,7 @@ sub pre {
|
||||
$post =~ s/\[img (.+)\]/<a href="$1"><img src="$1" width="15%" height="15%" \/><\/a>/g;
|
||||
|
||||
# ii uri
|
||||
$post =~ s/ii:\/\/(.{20})/<a href="\/send?hash=$1">$1<\/a>/g;
|
||||
$post =~ s/ii:\/\/(.{20})\s/<a href="\/send?hash=$1">$1<\/a>/g;
|
||||
# $post =~ s/ii:\/\/(.+\.\d+)/<a href="\/e?echo=$1&view=thread">$1<\/a>/g;
|
||||
|
||||
$post =~ s/^$/<br>\n/g;
|
||||
|
Loading…
Reference in New Issue
Block a user