forked from codeberg/usemod.usemod
fixed WikiBugs/IntermapedGifNotInlinedForLink
reported by BrianHunter
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
Changes for bugfix release 1.0.3:
|
||||
|
||||
* fixed bug IntermapedGifNotInlinedForLink
|
||||
|
||||
Changes for bugfix release 1.0.2 (August 26, 2007):
|
||||
|
||||
* added CREDITS and Changelog (forgot them in 1.0.1)
|
||||
|
||||
3
wiki.pl
3
wiki.pl
@@ -1972,6 +1972,9 @@ sub StoreBracketUrl {
|
||||
|
||||
if ($text eq "") {
|
||||
$text = &GetBracketUrlIndex($url);
|
||||
} elsif ($text =~ /^$InterLinkPattern$/) {
|
||||
my @interlink = split(/:/, $text, 2);
|
||||
$text = &GetSiteUrl($interlink[0]) . $interlink[1];
|
||||
}
|
||||
if ($BracketImg && $useImage && &ImageAllowed($text)) {
|
||||
$text = "<img src=\"$text\">";
|
||||
|
||||
Reference in New Issue
Block a user