Another fix.

svn path=/trunk/; revision=8198
This commit is contained in:
Reinhard Müller 2007-05-05 16:51:30 +00:00
parent d946fd1d0b
commit 5f7bbf1369

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 name="href"><xsl:value-of select="{.}"/></xsl:attribute>
<xsl:value-of select="/buildinfo/textset/text[@id=$id]"/>
</xsl:element>
</xsl:element>