summaryrefslogtreecommitdiff
path: root/docs/manual/style
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2005-12-04 08:07:10 +0000
committerAndré Malo <nd@apache.org>2005-12-04 08:07:10 +0000
commit2ec23e48a45e1d139ea52ac5e729758def267e2c (patch)
tree5ae428a030df465250d73fe35161e856ec4a9f25 /docs/manual/style
parent1b017ea702a38f2bd5f3db269282eb6710865b7f (diff)
downloadhttpd-2ec23e48a45e1d139ea52ac5e729758def267e2c.tar.gz
back out accidental commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@353833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-rw-r--r--docs/manual/style/xsl/quickreference.xsl15
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl
index 603755a3ee..7b94886d2c 100644
--- a/docs/manual/style/xsl/quickreference.xsl
+++ b/docs/manual/style/xsl/quickreference.xsl
@@ -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 -->