Fixing even more.

svn path=/trunk/; revision=8201
This commit is contained in:
Reinhard Müller 2007-05-05 17:16:32 +00:00
parent 09aed116b9
commit a79aef2440
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<xsl:variable name="id"><xsl:value-of select="@id"/></xsl:variable>
<xsl:element name="li">
<xsl:element name="a">
<xsl:attribute name="href"><xsl:value-of select="{.}"/></xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="."/></xsl:attribute>
<xsl:value-of select="/buildinfo/textset/text[@id=$id]"/>
</xsl:element>
</xsl:element>