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 68de5861cb Add release text element id.
68de5861cb is described below

commit 68de5861cb05ec9f16025d8bf65af57935b93ecb
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 557788b7d6..958872d6c4 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>&#x20;</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

Reply via email to