Skip to content

Commit

Permalink
manpages: Fix varlistentry/term vs. *[@xLink:href] conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Apr 3, 2022
1 parent fe16c90 commit 2d7eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/manpages/lists.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<xsl:text>.RE&#10;</xsl:text>
</xsl:template>

<xsl:template match="d:varlistentry/d:term"/>
<xsl:template match="d:varlistentry/d:term" priority="1"/>
<xsl:template match="d:glossentry/d:glossterm"/>

<xsl:template match="d:variablelist[ancestor::d:listitem or ancestor::d:step or ancestor::d:glossdef]|
Expand Down

0 comments on commit 2d7eea1

Please sign in to comment.