argghhh, forgot the http://.
This commit is contained in:
parent
deea4d0b4d
commit
bd1a461501
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<xsl:template match="head">
|
<xsl:template match="head">
|
||||||
<head xmlns="http://www.w3.org/1999/xhtml">
|
<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="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" />
|
<link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png" />
|
||||||
<xsl:copy-of select="@*" />
|
<xsl:copy-of select="@*" />
|
||||||
<xsl:apply-templates select="node()" />
|
<xsl:apply-templates select="node()" />
|
||||||
|
|
Loading…
Reference in a new issue