]> granicus.if.org Git - apache/commitdiff
add missing pass-through-template
authorAndre Malo <nd@apache.org>
Thu, 9 Jan 2003 03:19:00 +0000 (03:19 +0000)
committerAndre Malo <nd@apache.org>
Thu, 9 Jan 2003 03:19:00 +0000 (03:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98213 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/synopsis.xsl

index f3aa9dcdeadc95533042852707263c98a79d0993..990433aad56d5ba3d4b408e01394fb2359342b41 100644 (file)
   </xsl:template>
 
 
+  <!--                                                            -->
+  <!--    directivesynopsis/compatibility                         -->
+  <!--                                                            -->
+  <xsl:template match="directivesynopsis/compatibility">
+    <xsl:apply-templates />
+  </xsl:template>
+
+
   <!--                                                            -->
   <!--    Directivesynopsis                                       -->
   <!--                                                            -->
   </xsl:template>
   <!-- /modulelist -->
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>