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: [email protected]
For additional commands, e-mail: [email protected]