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



commit 34ca477b0b29dc96b2aa779dbcf4ddf65e5665cb
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:33:14 2013 +0200

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

 projects.gnome.org/nautilus/about.html       |    2 +-
 projects.gnome.org/nautilus/developers.html  |    2 +-
 projects.gnome.org/nautilus/index.html.old   |    2 +-
 projects.gnome.org/nautilus/screenshots.html |    2 +-
 projects.gnome.org/nautilus/scripts.html     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/nautilus/about.html b/projects.gnome.org/nautilus/about.html
index f8db8ba..d9658c6 100644
--- a/projects.gnome.org/nautilus/about.html
+++ b/projects.gnome.org/nautilus/about.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus File Manager</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="nautilus.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus/developers.html b/projects.gnome.org/nautilus/developers.html
index f2d9c76..f157576 100644
--- a/projects.gnome.org/nautilus/developers.html
+++ b/projects.gnome.org/nautilus/developers.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus File Manager</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="nautilus.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus/index.html.old b/projects.gnome.org/nautilus/index.html.old
index d89282b..a275b79 100644
--- a/projects.gnome.org/nautilus/index.html.old
+++ b/projects.gnome.org/nautilus/index.html.old
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus File Manager</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="nautilus.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus/screenshots.html b/projects.gnome.org/nautilus/screenshots.html
index e82299b..fef60b8 100644
--- a/projects.gnome.org/nautilus/screenshots.html
+++ b/projects.gnome.org/nautilus/screenshots.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus File Manager</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="nautilus.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus/scripts.html b/projects.gnome.org/nautilus/scripts.html
index 41ea0b3..b4ee5b7 100644
--- a/projects.gnome.org/nautilus/scripts.html
+++ b/projects.gnome.org/nautilus/scripts.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus File Manager</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="nautilus.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]