Commit e69bae92 authored by Andre Malo's avatar Andre Malo
Browse files

allow <program> in man pages


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106802 13f79535-47bb-0310-9956-ffa450edef68
parent e64f3a24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ FATAL: only tables with two (2) columns are supported.
<!-- ==================================================================== -->
<!-- pass through content                                                 -->
<!-- ==================================================================== -->
<xsl:template match="a|code|module|table">
<xsl:template match="a|code|module|table|program">
<xsl:apply-templates />
</xsl:template>