This is an automated email from the ASF dual-hosted git repository. schultz 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 9a9099844d Add anchor target ids for configuration attributes. 9a9099844d is described below commit 9a9099844d1a0f0eff265a6ecfeebc00b05c0659 Author: Christopher Schultz <ch...@christopherschultz.net> 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 54abf79897..69e27742db 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org