From 761d37d7cced8c30a9d934a9fff155423a35f4a2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 19 Feb 2005 23:52:28 +0000 Subject: [PATCH] * Fix annoying blue line in Safari on scaled-down images on description page --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1