* Fix annoying blue line in Safari on scaled-down images on description page
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 19 Feb 2005 23:52:28 +0000 (23:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 19 Feb 2005 23:52:28 +0000 (23:52 +0000)
includes/ImagePage.php

index be02750..d5cf1c0 100644 (file)
@@ -97,7 +97,7 @@ class ImagePage extends Article {
                                                $url = $full_url;
                                        }
                                        $anchoropen  = "<a href=\"{$full_url}\">";
-                                       $anchorclose = "<br />{$msg}</a>";
+                                       $anchorclose = "</a><br />\n$anchoropen{$msg}</a>";
                                } else {
                                        $url = $full_url;
                                }