Fix typo from the previous commit.
svn path=/nixos/trunk/; revision=17674
This commit is contained in:
parent
2fe37ffe21
commit
11025f3462
@ -157,7 +157,7 @@
|
|||||||
<!-- Print the filename and make it user-friendly by removing the
|
<!-- Print the filename and make it user-friendly by removing the
|
||||||
/nix/store/<hash> prefix. -->
|
/nix/store/<hash> prefix. -->
|
||||||
<xsl:choose>
|
<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:value-of select="substring-after(@value, '-')"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user