This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 386106a0eb Remove unused parameters
386106a0eb is described below
commit 386106a0eb56c0389140d9f7d870f10bc06c7583
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 29 10:59:47 2023 +0000
Remove unused parameters
---
webapps/docs/tomcat-docs.xsl | 2 --
1 file changed, 2 deletions(-)
diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index 500bf8c041..0cc02047d6 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -28,8 +28,6 @@
doctype-system="about:legacy-compat"/>
<!-- Defined parameters (overridable) -->
- <xsl:param name="home-name" select="'The Tomcat Project'"/>
- <xsl:param name="home-href"
select="'https://tomcat.apache.org/'"/>
<xsl:param name="home-logo" select="'/images/tomcat.png'"/>
<xsl:param name="home-stylesheet"
select="'/images/docs-stylesheet.css'"/>
<xsl:param name="apache-logo" select="'/images/asf-logo.svg'"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]