]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1605841 from trunk:
authorEric Covener <covener@apache.org>
Mon, 28 Mar 2022 00:17:39 +0000 (00:17 +0000)
committerEric Covener <covener@apache.org>
Mon, 28 Mar 2022 00:17:39 +0000 (00:17 +0000)
- ignore <br> inside <dd> too, since ab.xml is using that,
  though it's kind of wrong

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

docs/manual/style/xsl/nroff.xsl

index 9849034a0e099e7c864e78378b0f38b222db13f1..17df5f6a1186222928901353665bdb4aa21259ae 100644 (file)
@@ -381,7 +381,7 @@ FATAL: only tables with two (2) columns are supported.
 <!-- ==================================================================== -->
 <!-- remove some stuff from the output                                    -->
 <!-- ==================================================================== -->
-<xsl:template match="parentdocument|seealso|dd|td|example/br" />
+<xsl:template match="parentdocument|seealso|dd|td|example/br|dd/br" />
 
 
 <!-- ==================================================================== -->