This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 25a7271f5d Remove unused parameters
25a7271f5d is described below
commit 25a7271f5d87516f34cc8dae8322bcf57d3bc548
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 7c7fde1116..dcdf8af21e 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]