Small fix on package_name code.

This commit is contained in:
Manuel Canales Esparcia 2006-06-18 11:55:40 +00:00
parent 40d4ca7c0e
commit 07eac51196

View file

@ -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>