tasn pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=13ed6302820d95656cd72331d2b0c22c863d990a

commit 13ed6302820d95656cd72331d2b0c22c863d990a
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri Apr 17 10:41:34 2015 +0100

    Use scheme agnostic url for fonts.
    
    This removes warnings from browsers who complain about a mixture
    of secure and insecure contents.
    I think most just block the insecure content, which is even worse.
---
 public_html/lib/tpl/e/main.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public_html/lib/tpl/e/main.php b/public_html/lib/tpl/e/main.php
index 2664053..b32bf2c 100644
--- a/public_html/lib/tpl/e/main.php
+++ b/public_html/lib/tpl/e/main.php
@@ -32,8 +32,8 @@ $showTOC = ($ACT == "show") && tpl_toc(true);
     <link href="<?php echo tpl_getMediaFile(array("css/modifications.css")); 
?>" rel="stylesheet">
     <script src="<?php echo tpl_getMediaFile(array("js/bootstrap.min.js")); 
?>"></script>
     <script src="<?php echo tpl_getMediaFile(array("js/modifications.js")); 
?>"></script>
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans' 
rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' 
rel='stylesheet' type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' 
type='text/css'>
+    <link href='//fonts.googleapis.com/css?family=Source+Code+Pro' 
rel='stylesheet' type='text/css'>
 </head>
 
 <body>

-- 


Reply via email to