xsl/atom: fix link/@type

This commit is contained in:
Astro 2012-07-23 03:03:32 +02:00
parent 8e5a690b4f
commit 964f8d429e
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<!-- Allgemeines -->
<title>www.c3d2.de Newsfeed</title>
<link rel="self" href="http://www.c3d2.de/news-atom.xml" />
<link rel="alternate" type="application/xml+xhtml" href="http://www.c3d2.de/" />
<link rel="alternate" type="application/xhtml+xml" href="http://www.c3d2.de/" />
<id>http://www.c3d2.de/</id>
<subtitle>Neues aus dem Chaos Computer Club Dresden</subtitle>
<logo><xsl:value-of select="$baseurl"/>images/ck.png</logo>
@ -60,7 +60,7 @@
</xsl:variable>
<id><xsl:value-of select="$href"/></id>
<title><xsl:value-of select="@title"/></title>
<link rel="alternate" type="application/xml+xhtml" href="{$href}"/>
<link rel="alternate" type="application/xhtml+xml" href="{$href}"/>
<updated><xsl:value-of select="@date"/>Z</updated>
<author>
<name><xsl:value-of select="@author"/></name>