* img: Avoid nesting images when linking to another image. Closes: #457780

master
Joey Hess 2007-12-26 10:49:15 -05:00
parent 7a4181e8eb
commit 2332b40595
2 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,8 @@ sub preprocess (@) { #{{{
}
elsif (length bestlink($params{page}, $params{link})) {
return htmllink($params{page}, $params{destpage},
$params{link}, linktext => $imgtag);
$params{link}, linktext => $imgtag,
noimageinline => 1);
}
else {
return $imgtag;

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ ikiwiki (2.17) UNRELEASED; urgency=low
* Improved parentlinks special case for index pages.
* redir: Support for specifying anchors.
* img: Avoid nesting images when linking to another image. Closes: #457780
-- Joey Hess <joeyh@debian.org> Wed, 19 Dec 2007 16:39:07 -0500