You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/12/04 09:07:14 UTC

svn commit: r353833 - /httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl

Author: nd
Date: Sun Dec  4 00:07:10 2005
New Revision: 353833

URL: http://svn.apache.org/viewcvs?rev=353833&view=rev
Log:
back out accidental commit

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl?rev=353833&r1=353832&r2=353833&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/xsl/quickreference.xsl Sun Dec  4 00:07:10 2005
@@ -179,7 +179,7 @@
             <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"/>
@@ -189,19 +189,6 @@
             </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 -->