Merge trunk rev 3984:
BLFS/xsl/gen_pkg_list.xsl: misalignned closing tag
This commit is contained in:
parent
ed9acf79d4
commit
9f6ceb0caf
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
<package><xsl:text>
 </xsl:text>
|
<package><xsl:text>
 </xsl:text>
|
||||||
<xsl:element name="name">
|
<xsl:element name="name">
|
||||||
<xsl:value-of select="normalize-space(title)"/>
|
<xsl:value-of select="normalize-space(title)"/>
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
<!-- Do not use .//*, which would include self. -->
|
<!-- Do not use .//*, which would include self. -->
|
||||||
<xsl:apply-templates
|
<xsl:apply-templates
|
||||||
|
|
Reference in a new issue