Index: trunk/phase3/includes/Skin.php |
— | — | @@ -782,7 +782,7 @@ |
783 | 783 | global $wgStylePath; |
784 | 784 | |
785 | 785 | $url = htmlspecialchars( "$wgStylePath/common/images/poweredby_mediawiki_88x31.png" ); |
786 | | - $text = '<a href="http://www.mediawiki.org/"><img src="' . $url . '" height="31" width="88" alt="Powered by MediaWiki" /></a>'; |
| 786 | + $text = '<a href="https://www.mediawiki.org//www.mediawiki.org/"><img src="' . $url . '" height="31" width="88" alt="Powered by MediaWiki" /></a>'; |
787 | 787 | wfRunHooks( 'SkinGetPoweredBy', array( &$text, $this ) ); |
788 | 788 | return $text; |
789 | 789 | } |