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



commit 3cafef2dd1ecd66605763da669a82a57553f9073
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:46:37 2013 +0200

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

 projects.gnome.org/hipo/index.html       |    2 +-
 projects.gnome.org/hipo/screenshots.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/hipo/index.html b/projects.gnome.org/hipo/index.html
index 04ac09c..798e797 100644
--- a/projects.gnome.org/hipo/index.html
+++ b/projects.gnome.org/hipo/index.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Hipo - iPod Management Tool</title>
-<!--   <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; /> -->
+<!--   <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" /> -->
        <link rel="stylesheet" type="text/css" href="hipo.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/hipo/screenshots.html b/projects.gnome.org/hipo/screenshots.html
index 5a11e4c..17609f9 100644
--- a/projects.gnome.org/hipo/screenshots.html
+++ b/projects.gnome.org/hipo/screenshots.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Hipo</title>
-       <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+       <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
        <link rel="stylesheet" type="text/css" href="hipo.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>


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