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



commit 3e99ea6e95969a0dfe6aef7ee31954b8491cacfa
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:41:20 2013 +0200

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

 .../nautilus-sound-converter/about.html            |    2 +-
 .../nautilus-sound-converter/developers.html       |    2 +-
 .../nautilus-sound-converter/index.html            |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/projects.gnome.org/nautilus-sound-converter/about.html 
b/projects.gnome.org/nautilus-sound-converter/about.html
index 9217b7b..d7063de 100644
--- a/projects.gnome.org/nautilus-sound-converter/about.html
+++ b/projects.gnome.org/nautilus-sound-converter/about.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus-Sound-Converter</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="nsc.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus-sound-converter/developers.html 
b/projects.gnome.org/nautilus-sound-converter/developers.html
index 100ca3d..cd13ef3 100644
--- a/projects.gnome.org/nautilus-sound-converter/developers.html
+++ b/projects.gnome.org/nautilus-sound-converter/developers.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus-Sound-Converter</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="nsc.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/nautilus-sound-converter/index.html 
b/projects.gnome.org/nautilus-sound-converter/index.html
index 07e676f..4b18b9c 100644
--- a/projects.gnome.org/nautilus-sound-converter/index.html
+++ b/projects.gnome.org/nautilus-sound-converter/index.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Nautilus-Sound-Converter</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="nsc.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]