Fix typo from the previous commit.
svn path=/nixos/trunk/; revision=17674
This commit is contained in:
parent
2fe37ffe21
commit
11025f3462
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue