From: Brion Vibber Date: Sat, 19 Feb 2005 23:52:28 +0000 (+0000) Subject: * Fix annoying blue line in Safari on scaled-down images on description page X-Git-Tag: 1.5.0alpha1~712 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=761d37d7cced8c30a9d934a9fff155423a35f4a2;p=lhc%2Fweb%2Fwiklou.git * Fix annoying blue line in Safari on scaled-down images on description page --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index be02750e3c..d5cf1c0427 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -97,7 +97,7 @@ class ImagePage extends Article { $url = $full_url; } $anchoropen = ""; - $anchorclose = "
{$msg}
"; + $anchorclose = "
\n$anchoropen{$msg}"; } else { $url = $full_url; }