forked from mirrors/nixpkgs
Fixed docbook build for NixOS
svn path=/nixos/trunk/; revision=9628
This commit is contained in:
parent
2f49250b8d
commit
edf5ce8d75
|
@ -23,9 +23,9 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<option>
|
||||
<xsl:for-each select="attr[@name = 'name']/list/string">
|
||||
<xsl:for-each select="attr[@name = 'name']/string">
|
||||
<xsl:value-of select="@value" />
|
||||
<xsl:if test="position() != last()">.</xsl:if>
|
||||
<xsl:if test="position() != last()">.</xsl:if>
|
||||
</xsl:for-each>
|
||||
</option>
|
||||
</term>
|
||||
|
|
Loading…
Reference in a new issue