argghhh, forgot the http://.

This commit is contained in:
Andrea Veri 2012-02-17 00:38:09 +01:00
parent deea4d0b4d
commit bd1a461501

View file

@ -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()" />