Fix name of external dependencies so that they contain no spaces

This commit is contained in:
Pierre Labastie 2015-11-23 14:03:39 +00:00
parent 12fc178906
commit cf8e0607a8

View file

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