[foundation-web] argghhh, forgot the http://.



commit bd1a46150185f26541d74f1b81ce59e56551d003
Author: Andrea Veri <av src gnome org>
Date:   Fri Feb 17 00:38:09 2012 +0100

    argghhh, forgot the http://.

 include/add-header.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/include/add-header.xsl b/include/add-header.xsl
index 73e9e40..2b34788 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -27,7 +27,7 @@
   <xsl:template match="head">
     <head xmlns="http://www.w3.org/1999/xhtml";>
       <link rel="stylesheet" type="text/css" href="http://www-old.gnome.org/default.css"; />
-      <link rel="stylesheet" type="text/css" href="foundation-old.gnome.org/foundation.css" />
+      <link rel="stylesheet" type="text/css" href="http://foundation-old.gnome.org/foundation.css"; />
       <link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png"; />
       <xsl:copy-of select="@*" />
       <xsl:apply-templates select="node()" />



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