You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2017/10/04 15:55:33 UTC

svn commit: r1811097 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

Author: kkolinko
Date: Wed Oct  4 15:55:33 2017
New Revision: 1811097

URL: http://svn.apache.org/viewvc?rev=1811097&view=rev
Log:
Comment-out an unused XSLT rule. There are no '/site' URLs here.

Modified:
    tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl?rev=1811097&r1=1811096&r2=1811097&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl (original)
+++ tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Wed Oct  4 15:55:33 2017
@@ -180,9 +180,11 @@
             <xsl:when test="contains(@href, 'cgi')">
                 <xsl:text>https://tomcat.apache.org</xsl:text><xsl:value-of select="@href"/>
             </xsl:when>
+<!--
             <xsl:when test="starts-with(@href, '/site')">
                 <xsl:text>http://tomcat.apache.org</xsl:text><xsl:value-of select="@href"/>
             </xsl:when>
+-->
             <xsl:otherwise>
                 <xsl:value-of select="$relative-path"/><xsl:value-of select="@href"/>
             </xsl:otherwise>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org