This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 954bf394b3 Add release text element id. 954bf394b3 is described below commit 954bf394b3c4d9bb04b505b0ee5746be5038dfaa Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Sat Mar 4 10:49:52 2023 -0500 Add release text element id. --- 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 cee3a4abe2..368dc65da0 100644 --- a/webapps/docs/tomcat-docs.xsl +++ b/webapps/docs/tomcat-docs.xsl @@ -196,7 +196,7 @@ <h3 id="{$name}"> <xsl:if test="@rtext"> <!-- Additional right-aligned text cell in section heading. It is used by changelog.xml --> - <span style="float: right;"> + <span id="{$name}_rtext" style="float: right;"> <xsl:value-of select="@rtext"/> </span><xsl:text> </xsl:text> <!-- Ensure a space follows after </span> --> </xsl:if> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org