Fix bad path to magnify clip
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 27 Apr 2004 22:49:16 +0000 (22:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 27 Apr 2004 22:49:16 +0000 (22:49 +0000)
includes/Skin.php

index 6c76a03..6e80f9a 100644 (file)
@@ -1795,7 +1795,7 @@ class Skin {
                        } else {
                                $zoomicon =  '<div class="magnify" style="float:'.$magnifyalign.'">'.
                                        '<a href="'.$u.'" class="internal" title="'.$more.'">'.
-                                       '<img src="'.$wgStylePath.'/magnify-clip.png" ' .
+                                       '<img src="'.$wgStylePath.'/images/magnify-clip.png" ' .
                                        'width="15" height="11" alt="'.$more.'" /></a></div>';
                        }
                }