From 71cfb376ac928d670ee95dcb0ddd86a2ee8eddd1 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 14 Nov 2011 14:08:56 +0000 Subject: [PATCH] Followup r102945: $wgFooterIcons too --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0f4a1b816a..e75399a229 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2428,7 +2428,7 @@ $wgFooterIcons = array( "poweredby" => array( "mediawiki" => array( "src" => null, // Defaults to "$wgStylePath/common/images/poweredby_mediawiki_88x31.png" - "url" => "http://www.mediawiki.org/", + "url" => "//www.mediawiki.org/", "alt" => "Powered by MediaWiki", ) ), -- 2.20.1