]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
back out accidental commit
authorAndré Malo <nd@apache.org>
Sun, 4 Dec 2005 08:07:10 +0000 (08:07 +0000)
committerAndré Malo <nd@apache.org>
Sun, 4 Dec 2005 08:07:10 +0000 (08:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@353833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/quickreference.xsl

index 603755a3eeeaec11e4fca494db76c124a65b3123..7b94886d2c70a9adaaa2ceb197f176446466a374 100644 (file)
             <xsl:attribute name="class">odd</xsl:attribute>
         </xsl:if>
 
-        <td class="descr">
+        <td colspan="4" class="descr">
             <xsl:choose>
             <xsl:when test="string-length(normalize-space(description)) &gt; 0">
                 <xsl:apply-templates select="description"/>
             </xsl:otherwise>
             </xsl:choose>
         </td>
-
-        <td>
-           <code class="module">
-             <a href="{../name}.html">
-                <xsl:value-of select="../name"/> 
-             </a>
-           </code>
-        </td>
-
-        <td colspan="2">
-          <xsl:value-of select="override"/>
-        </td>
-
     </tr>&lf;
 </xsl:for-each> <!-- /directives -->