This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 3a8f0d1eb6 Add anchor target ids for configuration attributes.
3a8f0d1eb6 is described below
commit 3a8f0d1eb6464fa8d626cc72fdec749b6424505f
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 722f21c9eb..8654faf304 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]