Fix name of external dependencies so that they contain no spaces
This commit is contained in:
parent
12fc178906
commit
cf8e0607a8
1 changed files with 1 additions and 1 deletions
|
@ -286,8 +286,8 @@
|
|||
<xsl:value-of select="$status"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="normalize-space(text())"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="translate(normalize-space(text()),' ','-')"/>
|
||||
<xsl:attribute name="type">link</xsl:attribute>
|
||||
</xsl:element>
|
||||
</xsl:for-each>
|
||||
|
|
Reference in a new issue