chaosupdates: fix link

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@2222 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2009-11-08 21:41:10 +00:00
parent 79121b0c3c
commit 33b43079dd
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<ul>
<xsl:for-each select="document('../chaosupdates.rdf')/atom:feed/atom:entry[position() &lt;= $limit]">
<li>
<a href="{atom:link[rel = 'alternate']/@href}">
<a href="{atom:link[@rel = 'alternate']/@href}">
<xsl:value-of select="atom:title"/>
</a>
</li>