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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new d1da41459 Remove unused parameters
d1da41459 is described below
commit d1da41459c05f2c9267eca733af6a023c465247d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 29 11:01:55 2023 +0000
Remove unused parameters
---
xdocs/tomcat-docs.xsl | 2 --
1 file changed, 2 deletions(-)
diff --git a/xdocs/tomcat-docs.xsl b/xdocs/tomcat-docs.xsl
index 5ea103d69..7d74e2b82 100644
--- a/xdocs/tomcat-docs.xsl
+++ b/xdocs/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]