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