Small fix on package_name code.
This commit is contained in:
parent
40d4ca7c0e
commit
07eac51196
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
|||
<xsl:when test="contains($sub-url,'?')">
|
||||
<xsl:value-of select="substring-before($sub-url,'?')"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($sub-url,'.patch')"/>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$sub-url"/>
|
||||
</xsl:otherwise>
|
||||
|
|
Reference in a new issue