Fixed buglet in title link (pointed out by Sam).
This commit is contained in:
parent
53a2fd4e1e
commit
acd4ed5b17
@ -150,7 +150,7 @@
|
||||
<!-- entry title -->
|
||||
<xsl:text> </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>
|
||||
|
Loading…
Reference in New Issue
Block a user