You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2014/06/26 18:25:44 UTC

svn commit: r1605841 - /httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl

Author: jorton
Date: Thu Jun 26 16:25:44 2014
New Revision: 1605841

URL: http://svn.apache.org/r1605841
Log:
- ignore <br> inside <dd> too, since ab.xml is using that,
  though it's kind of wrong

Modified:
    httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl

Modified: httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl?rev=1605841&r1=1605840&r2=1605841&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/nroff.xsl Thu Jun 26 16:25:44 2014
@@ -381,7 +381,7 @@ FATAL: only tables with two (2) columns 
 <!-- ==================================================================== -->
 <!-- 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" />
 
 
 <!-- ==================================================================== -->