You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/11/28 20:46:28 UTC

svn commit: r106844 - /httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl

Author: nd
Date: Sun Nov 28 11:46:27 2004
New Revision: 106844

URL: http://svn.apache.org/viewcvs?view=rev&rev=106844
Log:
allow program for manual pages...

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl?view=diff&rev=106844&p1=httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl&r1=106843&p2=httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl&r2=106844
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/xsl/nroff.xsl	Sun Nov 28 11:46:27 2004
@@ -372,7 +372,7 @@
 <!-- ==================================================================== -->
 <!-- pass through content                                                 -->
 <!-- ==================================================================== -->
-<xsl:template match="a|code|module|table">
+<xsl:template match="a|code|module|table|program">
 <xsl:apply-templates />
 </xsl:template>