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



commit f7d5bd991af9848ad94c47f80f4c030ed1630dcb
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:36:14 2013 +0200

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

 projects.gnome.org/gnome-power-manager/bugs.html   |    2 +-
 projects.gnome.org/gnome-power-manager/gpm.html    |    2 +-
 projects.gnome.org/gnome-power-manager/gpp.html    |    2 +-
 projects.gnome.org/gnome-power-manager/index.html  |    2 +-
 .../gnome-power-manager/packages.html              |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/gnome-power-manager/bugs.html 
b/projects.gnome.org/gnome-power-manager/bugs.html
index 03a313f..cb2f027 100644
--- a/projects.gnome.org/gnome-power-manager/bugs.html
+++ b/projects.gnome.org/gnome-power-manager/bugs.html
@@ -4,7 +4,7 @@
 <!-- header -->
 <head>
  <title>GNOME Power 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="default.css" />
  <link rel="icon" type="image/png" href="images/favicon.ico" />
 </head>
diff --git a/projects.gnome.org/gnome-power-manager/gpm.html b/projects.gnome.org/gnome-power-manager/gpm.html
index ea81cd0..3605216 100644
--- a/projects.gnome.org/gnome-power-manager/gpm.html
+++ b/projects.gnome.org/gnome-power-manager/gpm.html
@@ -4,7 +4,7 @@
 <!-- header -->
 <head>
  <title>GNOME Power 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="default.css" />
  <link rel="icon" type="image/png" href="images/favicon.ico" />
 </head>
diff --git a/projects.gnome.org/gnome-power-manager/gpp.html b/projects.gnome.org/gnome-power-manager/gpp.html
index 467989b..7ae64a5 100644
--- a/projects.gnome.org/gnome-power-manager/gpp.html
+++ b/projects.gnome.org/gnome-power-manager/gpp.html
@@ -4,7 +4,7 @@
 <!-- header -->
 <head>
  <title>GNOME Power 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="default.css" />
  <link rel="icon" type="image/png" href="images/favicon.ico" />
 </head>
diff --git a/projects.gnome.org/gnome-power-manager/index.html 
b/projects.gnome.org/gnome-power-manager/index.html
index 2cf021f..771f95b 100644
--- a/projects.gnome.org/gnome-power-manager/index.html
+++ b/projects.gnome.org/gnome-power-manager/index.html
@@ -4,7 +4,7 @@
 <!-- header -->
 <head>
  <title>GNOME Power 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="default.css" />
  <link rel="icon" type="image/png" href="images/favicon.ico" />
 </head>
diff --git a/projects.gnome.org/gnome-power-manager/packages.html 
b/projects.gnome.org/gnome-power-manager/packages.html
index a735386..e32c2bc 100644
--- a/projects.gnome.org/gnome-power-manager/packages.html
+++ b/projects.gnome.org/gnome-power-manager/packages.html
@@ -4,7 +4,7 @@
 <!-- header -->
 <head>
  <title>GNOME Power 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="default.css" />
  <link rel="icon" type="image/png" href="images/favicon.ico" />
 </head>


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