]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a doc build issue introduced in r1903934.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Sep 2022 16:24:27 +0000 (16:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Sep 2022 16:24:27 +0000 (16:24 +0000)
(r1903946 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1903947 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/nroff.xsl

index 17df5f6a1186222928901353665bdb4aa21259ae..4c68ce8a5e2d4af32003c17dd97f48e583c27324 100644 (file)
@@ -373,7 +373,7 @@ FATAL: only tables with two (2) columns are supported.
 <!-- ==================================================================== -->
 <!-- pass through content                                                 -->
 <!-- ==================================================================== -->
-<xsl:template match="a|module|table|program|glossary">
+<xsl:template match="a|module|table|program|glossary|highlight">
 <xsl:apply-templates />
 </xsl:template>