Fix exchanged lines in BLFS/xsl/gen_pkg_list.xsl

This commit is contained in:
Pierre Labastie 2015-11-29 19:13:54 +00:00
parent e91a15da8a
commit d020649d05

View file

@ -286,8 +286,8 @@
<xsl:value-of select="$status"/> <xsl:value-of select="$status"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="name"> <xsl:attribute name="name">
</xsl:attribute>
<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:attribute name="type">link</xsl:attribute>
</xsl:element> </xsl:element>
</xsl:for-each> </xsl:for-each>