common.xsl: fix chaosupdates heading link

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@2302 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2010-02-11 10:15:37 +00:00
parent 5102cabfae
commit 79c329d2f4
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<xsl:param name="limit" select="5"/>
<div id="news">
<h2>
<a href="{document('../chaosupdates.xml')/atom:feed/atom:link[@rel != 'self']/@href}">
<a href="{document('../chaosupdates.xml')/atom:feed/atom:link[not(@rel = 'self')]/@href}">
<xsl:value-of select="document('../chaosupdates.xml')/atom:feed/atom:title"/>
</a>
</h2>