Author: markt
Date: Tue Jun 30 20:16:32 2009
New Revision: 789923
URL: http://svn.apache.org/viewvc?rev=789923&view=rev
Log:
Revert r784853 - it broke most of the links in the left hand navigation menu
for the docs
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=789923&r1=789922&r2=789923&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Tue Jun 30 20:16:32 2009
@@ -178,7 +178,7 @@
<!-- Process a menu item for the navigation bar -->
<xsl:template match="item">
<xsl:variable name="href">
- <xsl:value-of select="$relative-path"/>/<xsl:value-of select="@href"/>
+ <xsl:value-of select="@href"/>
</xsl:variable>
<li><a href="{$href}"><xsl:value-of select="@name"/></a></li>
</xsl:template>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]