]> granicus.if.org Git - apache/commitdiff
A few directives where missing from the index because of some obscure xslt
authorJoshua Slive <slive@apache.org>
Thu, 9 May 2002 16:12:06 +0000 (16:12 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 9 May 2002 16:12:06 +0000 (16:12 +0000)
thing that I don't really understand ;-)

PR: 8938

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

docs/manual/style/manual.xsl

index 76954628a15dedb1fac25935607cd75d08003c8a..265cd6f80036db513802f052170009ba8e74d1f9 100644 (file)
@@ -88,7 +88,7 @@
           <ul>
             <xsl:for-each select="document(modulefilelist/modulefile)/modulesynopsis/directivesynopsis">
               <xsl:sort select="name"/>
-              <xsl:if test="not(/modulesynopsis/directivesynopsis/@location)">
+              <xsl:if test="not(@location)">
                 <li><a href="{/modulesynopsis/name}.html#{translate(name,$uppercase,$lowercase)}"><xsl:value-of select="name"/></a></li>
               </xsl:if>
             </xsl:for-each>