jenkins-bot has submitted this change and it was merged.

Change subject: Use protocol-relative URL for favicon
......................................................................


Use protocol-relative URL for favicon

Bug: T111747
Change-Id: I96b6dbb83e8e01c5d435dcb8e116e0e2c17fe004
---
M gui/index.html
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Smalyshev: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/gui/index.html b/gui/index.html
index 3b446b8..6416b8e 100644
--- a/gui/index.html
+++ b/gui/index.html
@@ -11,7 +11,7 @@
 <link rel="stylesheet" href="bootstrap.min.css">
 <link rel="stylesheet" href="style.css">
 <link rel="stylesheet" href="codemirror.css">
-<link rel="shortcut icon" 
href="http://www.wikidata.org/static/favicon/testwikidata.ico";>
+<link rel="shortcut icon" 
href="//www.wikidata.org/static/favicon/testwikidata.ico">
 <title>Wikidata Query Service Beta</title>
 </head>
 <body>

-- 
To view, visit https://gerrit.wikimedia.org/r/236737
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I96b6dbb83e8e01c5d435dcb8e116e0e2c17fe004
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to