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



commit 3cb6306de669835d99ccb8a0b2a4495bd13d1cb7
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:31:03 2013 +0200

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

 projects.gnome.org/brasero/index.html       |    2 +-
 projects.gnome.org/brasero/screenshots.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/brasero/index.html b/projects.gnome.org/brasero/index.html
index b861c18..dfb6057 100644
--- a/projects.gnome.org/brasero/index.html
+++ b/projects.gnome.org/brasero/index.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Brasero</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="brasero.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
diff --git a/projects.gnome.org/brasero/screenshots.html b/projects.gnome.org/brasero/screenshots.html
index a15657b..35f3a1b 100644
--- a/projects.gnome.org/brasero/screenshots.html
+++ b/projects.gnome.org/brasero/screenshots.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>Brasero</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="brasero.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]