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



commit 63bff1e24934d080d78341ae614adb9248f775ce
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:08:58 2013 +0200

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

 projects.gnome.org/totem/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/totem/index.html b/projects.gnome.org/totem/index.html
index e726af8..b4280ef 100644
--- a/projects.gnome.org/totem/index.html
+++ b/projects.gnome.org/totem/index.html
@@ -3,14 +3,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
        <title>Totem</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="totem.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
 
 <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="#download">Download</a> &middot;


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