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



commit a761432fcf4b479929eb24dfddbdfa283ea5014a
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:07:47 2013 +0200

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

 projects.gnome.org/eog/index.html       |    4 ++--
 projects.gnome.org/eog/screenshots.html |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/eog/index.html b/projects.gnome.org/eog/index.html
index a84f40f..a66b8c9 100644
--- a/projects.gnome.org/eog/index.html
+++ b/projects.gnome.org/eog/index.html
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Eye of GNOME</title>
-    <link rel="stylesheet" type="text/css" href="http://www-old.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="//www-old.gnome.org/default.css" />
     <link rel="stylesheet" type="text/css" href="eog.css" />
     <link rel="icon" type="image/png" href="images/favicon.png" />
   </head>
@@ -11,7 +11,7 @@
     <body>
 
       <div id="hdr">
-       <a href="http://www.gnome.org/";><img id="logo" src="http://gnome.org/img/logo/text-64"; alt="GNOME" 
/></a>
+       <a href="http://www.gnome.org/";><img id="logo" src="//gnome.org/img/logo/text-64" alt="GNOME" /></a>
        <div id="hdrNav">
          <a href="index.html"><b>Home</b></a> &middot;
          <a href="screenshots.html">Screenshots</a> &middot;
diff --git a/projects.gnome.org/eog/screenshots.html b/projects.gnome.org/eog/screenshots.html
index f0dd8ce..982b22c 100644
--- a/projects.gnome.org/eog/screenshots.html
+++ b/projects.gnome.org/eog/screenshots.html
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Eye of GNOME -- Screenshots</title>
-    <link rel="stylesheet" type="text/css" href="http://www-old.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="//www-old.gnome.org/default.css" />
     <link rel="stylesheet" type="text/css" href="eog.css" />
     <link rel="icon" type="image/png" href="images/favicon.png" />
   </head>
@@ -11,7 +11,7 @@
     <body>
 
       <div id="hdr">
-       <a href="http://www.gnome.org/";><img id="logo" src="http://gnome.org/img/logo/text-64"; alt="GNOME" 
/></a>
+       <a href="http://www.gnome.org/";><img id="logo" src="//gnome.org/img/logo/text-64" alt="GNOME" /></a>
        <div id="hdrNav">
          <a href="index.html">Home</a> &middot;
          <a href="screenshots.html"><b>Screenshots</b></a> &middot;


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