Author: kpreisser Date: Thu Sep 26 12:39:36 2013 New Revision: 1526466 URL: http://svn.apache.org/r1526466 Log: Fix broken link to comments.html page when the directory of the docs is not "tomcat-x.x-doc", as reported on the users list.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl Modified: tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl?rev=1526466&r1=1526465&r2=1526466&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl Thu Sep 26 12:39:36 2013 @@ -61,7 +61,7 @@ <xsl:variable name="attributes-color" select="'#023264'"/> <xsl:variable name="table-th-bg" select="'#039acc'"/> <xsl:variable name="table-td-bg" select="'#a0ddf0'"/> - <xsl:variable name="commentslink">/<xsl:value-of select="$sitedir"/>comments.html</xsl:variable> + <xsl:variable name="commentslink"><xsl:value-of select="$relative-path"/>/comments.html</xsl:variable> <!-- Process an entire document into an HTML page --> <xsl:template match="document"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org