Followup r54913...throw these on the copyright icons too
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 13 Aug 2009 01:03:48 +0000 (01:03 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 13 Aug 2009 01:03:48 +0000 (01:03 +0000)
includes/Skin.php

index 345ae09..be2756f 100644 (file)
@@ -1492,7 +1492,7 @@ END;
                                $out .= '<a href="'.$url.'">';
                        }
                        $text = htmlspecialchars( $wgRightsText );
-                       $out .= "<img src=\"$icon\" alt='$text' />";
+                       $out .= "<img src=\"$icon\" alt=\"$text\" width=\"88\" height=\"31\" />";
                        if ( $wgRightsUrl ) {
                                $out .= '</a>';
                        }