You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by André Malo <nd...@perlig.de> on 2005/12/03 23:12:34 UTC

Re: svn commit: r351821 - in /httpd/httpd/branches/2.0.x/docs/manual/style/xsl: common.xsl quickreference.xsl

* slive@apache.org wrote:

> 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/styl
>e/xsl/quickreference.xsl?rev=351821&r1=351820&r2=351821&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 Fri
> Dec  2 11:47:55 2005 @@ -179,7 +179,7 @@
>              <xsl:attribute name="class">odd</xsl:attribute>
>          </xsl:if>
>
> -        <td colspan="4" class="descr">
> +        <td class="descr">
>              <xsl:choose>
>              <xsl:when test="string-length(normalize-space(description))
> &gt; 0"> <xsl:apply-templates select="description"/>
> @@ -189,6 +189,19 @@
>              </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 -->

Was this change intended? I don't see it in 2.2 and trunk.

nd
-- 
sub the($){+shift} sub answer (){ord q
        [* It is always 42! *]       }
           print the answer
# André Malo # http://pub.perlig.de/ #

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r351821 - in /httpd/httpd/branches/2.0.x/docs/manual/style/xsl: common.xsl quickreference.xsl

Posted by Joshua Slive <jo...@slive.ca>.
André Malo wrote:

> 
> Was this change intended? I don't see it in 2.2 and trunk.

Good catch.  No it wasn't intentional.  Just something hanging around in 
my tree forever that I accidentally included.  (I think it is a good 
idea, actually, but I didn't follow through and do all the adjustments 
necessary to include the module name on the quick reference.)

If nobody else gets to it, I'll back it out tomorrow or monday.

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org