* [EMAIL PROTECTED] 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)) > > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]