Merge jhalfs 2.4 branch r4008: Remove characters that are illegal in filenames from external deps
This commit is contained in:
parent
d0d4181726
commit
b2fa9e83de
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@
|
|||
<xsl:value-of select="$status"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="translate(normalize-space(text()),' ','-')"/>
|
||||
<xsl:value-of select="translate(normalize-space(text()),' /,()','-----')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="type">link</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
|
Reference in a new issue