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



commit 151281df4608c9a7ce6e7c2a118d3b399d3ab512
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:05:30 2013 +0200

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

 projects.gnome.org/gedit/layout.xsl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/gedit/layout.xsl b/projects.gnome.org/gedit/layout.xsl
index d68ed74..c06604d 100644
--- a/projects.gnome.org/gedit/layout.xsl
+++ b/projects.gnome.org/gedit/layout.xsl
@@ -37,8 +37,8 @@
     <html>
       <head>
         <title>gedit</title>
-        <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-        <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+        <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+        <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
         <link rel="stylesheet" type="text/css" href="gedit.css" />
         <link rel="icon" type="image/png" href="images/favicon.png" />
       </head>
@@ -103,9 +103,9 @@
           </xsl:for-each>)</p>
 
           <p class="section">Feedback</p>
-          <p>Bugs should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking 
System</a>.</p>
+          <p>Bugs should be reported to the <a href="https://bugzilla.gnome.org";>GNOME Bug Tracking 
System</a>.</p>
           <p>You can get in touch with developers and other users by <a href="mailto:gedit-list gnome 
org">sending a mail</a>
-             to the gedit <a href="http://mail.gnome.org/mailman/listinfo/gedit-list";>mailing list</a> [<a 
href="http://mail.gnome.org/archives/gedit-list";>Archives</a>] 
+             to the gedit <a href="https://mail.gnome.org/mailman/listinfo/gedit-list";>mailing list</a> [<a 
href="https://mail.gnome.org/archives/gedit-list";>Archives</a>] 
              or by joining the #gedit channel on irc.gnome.org.</p>
           <br />
         </div>
@@ -113,7 +113,7 @@
         <div id="copyright">
           Last modified: <xsl:value-of select="$date"/><br/>
           Copyright <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text> 2007,
-          <a href="http://www.gnome.org/";>The GNOME Project</a>
+          <a href="https://www.gnome.org/";>The GNOME Project</a>
           <br />
           <a href="http://validator.w3.org/check/referer";>Optimized</a>
           for <a href="http://www.w3.org/";>standards</a>.


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