commit:     81b24a7edfad968f499ec025fe9e179a33eebd41
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Feb 26 13:12:23 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 13:12:23 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=81b24a7e

Use protocol-relative URI for the favicon

Fixes bug 541424 by chithanh

---
 views/layout.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/layout.erb b/views/layout.erb
index 9a25690..fef26fa 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -9,7 +9,7 @@
     <link 
href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css";
 rel="stylesheet" media="screen">
     <link 
href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css";
 rel="stylesheet" media="screen">
     <link href="/css/main.css" rel="stylesheet" media="screen">
-    <link rel="icon" href="http://www.gentoo.org/favicon.ico"; 
type="image/x-icon">
+    <link rel="icon" href="//www.gentoo.org/favicon.ico" type="image/x-icon">
   </head>
   <body>
     <header>

Reply via email to