Fix typo from the previous commit.

svn path=/nixos/trunk/; revision=17674
This commit is contained in:
Nicolas Pierron 2009-10-06 09:58:11 +00:00
parent 2fe37ffe21
commit 11025f3462

View file

@ -157,7 +157,7 @@
<!-- Print the filename and make it user-friendly by removing the
/nix/store/<hash> prefix. -->
<xsl:choose>
<xsl:when test="start-with(@value, '/nix/store/')">
<xsl:when test="starts-with(@value, '/nix/store/')">
<xsl:value-of select="substring-after(@value, '-')"/>
</xsl:when>
<xsl:otherwise>