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



commit bd0bd4c7ee3c1bc05d2ddb38039809c52e26f3c9
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:42:58 2013 +0200

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

 projects.gnome.org/gnome-blog/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/gnome-blog/index.html b/projects.gnome.org/gnome-blog/index.html
index 498edda..4115a27 100644
--- a/projects.gnome.org/gnome-blog/index.html
+++ b/projects.gnome.org/gnome-blog/index.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>GNOME blog : Simple blog posting</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
   </head>
   <body>


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