Merge jhalfs 2.4 branch r4008: Remove characters that are illegal in filenames from external deps

This commit is contained in:
Pierre Labastie 2017-09-14 17:10:47 +00:00
parent d0d4181726
commit b2fa9e83de

View file

@ -380,7 +380,7 @@
<xsl:value-of select="$status"/> <xsl:value-of select="$status"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="name"> <xsl:attribute name="name">
<xsl:value-of select="translate(normalize-space(text()),' ','-')"/> <xsl:value-of select="translate(normalize-space(text()),' /,()','-----')"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="type">link</xsl:attribute> <xsl:attribute name="type">link</xsl:attribute>
</xsl:element> </xsl:element>