[gnomeweb-wml] Try to fix CSS Mixed Content issue (see bug #706752)



commit 9c5560656151878e34b8e421781ffc74b5f79a9a
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:18:31 2013 +0200

    Try to fix CSS Mixed Content issue (see bug #706752)

 projects.gnome.org/anjuta/layout.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/layout.xsl b/projects.gnome.org/anjuta/layout.xsl
index 056a7bd..556404a 100644
--- a/projects.gnome.org/anjuta/layout.xsl
+++ b/projects.gnome.org/anjuta/layout.xsl
@@ -43,8 +43,8 @@
        <title>Anjuta DevStudio: Integrated Development Environment</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta content="programming, best, ide, free, user friendly, gnome, linux, anjuta, c, c++, php, 
versatile, gtk, website" name="keywords"/>
-        <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-        <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+        <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+        <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
         <link rel="stylesheet" type="text/css" href="css/anjuta.css" />
         <link rel="stylesheet" type="text/css" href="css/blog.css" />
         <link rel="icon" type="image/png" href="images/favicon.png" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]