]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
restore old zebra behaviour
authorAndré Malo <nd@apache.org>
Mon, 30 Jun 2003 22:15:42 +0000 (22:15 +0000)
committerAndré Malo <nd@apache.org>
Mon, 30 Jun 2003 22:15:42 +0000 (22:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100419 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 6fccc4cce16694bc4798ee565445a65963094945..f181159b6d51e8633dbfa660be710bc0411b21d4 100644 (file)
 
                 <xsl:when
                     test="position() mod 2 =
-                            (count(preceding-sibling::*[count(td) = 0]) mod 2)">
+                            (count(preceding-sibling::tr[count(td) = 0]) mod 2)">
                     <xsl:attribute name="class">odd</xsl:attribute>
                 </xsl:when>
                 </xsl:choose>