]> granicus.if.org Git - apache/commitdiff
- ignore <br> inside <dd> too, since ab.xml is using that,
authorJoe Orton <jorton@apache.org>
Thu, 26 Jun 2014 16:25:44 +0000 (16:25 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 26 Jun 2014 16:25:44 +0000 (16:25 +0000)
  though it's kind of wrong

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1605841 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/nroff.xsl

index 46d574f04d702c51159becf182010c422508ee79..5d3a25309df5e366a3730455cd9f287b69c0e5ad 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" />
 
 
 <!-- ==================================================================== -->