Fixed buglet in title link (pointed out by Sam).

This commit is contained in:
Jacques Distler 2006-09-08 09:48:21 -05:00
parent 53a2fd4e1e
commit acd4ed5b17

View File

@ -150,7 +150,7 @@
<!-- entry title -->
<xsl:text>&#10;</xsl:text>
<h3>
<a href="{atom:source/atom:link['alternate']/@href}" class="icon">
<a href="{atom:source/atom:link[@rel='alternate']/@href}" class="icon">
<xsl:attribute name="title" select="{atom:source/atom:title}"/>
<xsl:value-of select="atom:source/planet:name"/>
</a>