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



commit 17665d89b596b2e7f2d9cdaa7f13e8a1e79d3198
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:48:57 2013 +0200

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

 projects.gnome.org/netspeed/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/netspeed/index.html b/projects.gnome.org/netspeed/index.html
index 20f3408..1ea940f 100644
--- a/projects.gnome.org/netspeed/index.html
+++ b/projects.gnome.org/netspeed/index.html
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
        <title>Netspeed: A Netspeed Applet for GNOME</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="netspeed.css" />
        <link rel="icon" type="image/png" href="images/netspeed-16.png" />
        <meta name="description" content="The Netspeed Applet Homepage" />


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