summaryrefslogtreecommitdiff
path: root/docs/manual/style/xsl/nroff.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/style/xsl/nroff.xsl')
-rw-r--r--docs/manual/style/xsl/nroff.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/nroff.xsl b/docs/manual/style/xsl/nroff.xsl
index 5aadc418b2..46d574f04d 100644
--- a/docs/manual/style/xsl/nroff.xsl
+++ b/docs/manual/style/xsl/nroff.xsl
@@ -373,7 +373,7 @@ FATAL: only tables with two (2) columns are supported.
<!-- ==================================================================== -->
<!-- pass through content -->
<!-- ==================================================================== -->
-<xsl:template match="a|code|module|table|program">
+<xsl:template match="a|code|module|table|program|glossary">
<xsl:apply-templates />
</xsl:template>