fixed WikiBugs/IntermapedGifNotInlinedForLink

reported by BrianHunter
This commit is contained in:
Markus Lude
2016-10-25 18:58:09 +02:00
parent f01d6b2c1a
commit 295de1ea38
2 changed files with 7 additions and 0 deletions

View File

@@ -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)

View File

@@ -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\">";