This is an automated email from the ASF dual-hosted git repository.
schultz 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 275732343a Add anchor target ids for configuration attributes.
275732343a is described below
commit 275732343aab48a0192eedd0f5d7e2b1a069d9ca
Author: Christopher Schultz <[email protected]>
AuthorDate: Tue Jun 11 18:21:32 2024 -0400
Add anchor target ids for configuration attributes.
---
webapps/docs/tomcat-docs.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index 83d2393730..8010876ba4 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -298,7 +298,7 @@
</th>
</tr>
<xsl:for-each select="attribute">
- <tr>
+ <tr id="{concat(../../../@name, '_', ../../@name, '_', @name)}">
<td>
<xsl:if test="@required = 'true'">
<strong><code class="attributeName"><xsl:value-of
select="@name"/></code></strong>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]