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



commit 3782b365387ca4f067f4c32e91b60265bd382819
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:46:52 2013 +0200

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

 projects.gnome.org/gevice/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/gevice/index.html b/projects.gnome.org/gevice/index.html
index cfdae74..49ac36f 100644
--- a/projects.gnome.org/gevice/index.html
+++ b/projects.gnome.org/gevice/index.html
@@ -4,8 +4,8 @@
     <head>
         <title>Gevice: GNOME Network Device Manager</title>
         
-        <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="gevice.css" />
     </head>
     


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