Remove characters that are illegal in filenames from external deps
This commit is contained in:
parent
caee4dff7c
commit
8d07ea6f31
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,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>
|
||||||
|
|
Reference in a new issue