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



commit c66efd0c3eb24a8366bf020fa60fee3f57a7d74f
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:37:45 2013 +0200

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

 projects.gnome.org/template/about.html       |    4 ++--
 projects.gnome.org/template/developers.html  |    4 ++--
 projects.gnome.org/template/index.html       |    4 ++--
 projects.gnome.org/template/screenshots.html |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/projects.gnome.org/template/about.html b/projects.gnome.org/template/about.html
index 0b12688..0d0190a 100644
--- a/projects.gnome.org/template/about.html
+++ b/projects.gnome.org/template/about.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>gFooBar</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="gfoobar.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
@@ -63,4 +63,4 @@
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/projects.gnome.org/template/developers.html b/projects.gnome.org/template/developers.html
index 63d4da7..f86f323 100644
--- a/projects.gnome.org/template/developers.html
+++ b/projects.gnome.org/template/developers.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>gFooBar</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="gfoobar.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
@@ -79,4 +79,4 @@ many tips that apply to gFooBar) can be found at
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/projects.gnome.org/template/index.html b/projects.gnome.org/template/index.html
index b8871a7..0bf02f3 100644
--- a/projects.gnome.org/template/index.html
+++ b/projects.gnome.org/template/index.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>gFooBar</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="gfoobar.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
@@ -66,4 +66,4 @@
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/projects.gnome.org/template/screenshots.html b/projects.gnome.org/template/screenshots.html
index df2d784..bf72ede 100644
--- a/projects.gnome.org/template/screenshots.html
+++ b/projects.gnome.org/template/screenshots.html
@@ -3,7 +3,7 @@
 <html>
 <head>
        <title>gFooBar</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="gfoobar.css" />
        <link rel="icon" type="image/png" href="images/favicon.png" />
 </head>
@@ -63,4 +63,4 @@
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>


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