This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.2.x by this push:
     new bf887c2247 Add back missing closing tag (#2100) (#2105)
bf887c2247 is described below

commit bf887c2247f2b11fd1b38b8f4b1122189dd1ba5a
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Thu Jun 11 16:55:13 2026 -0400

    Add back missing closing tag (#2100) (#2105)
    
    Fix typo introduced in #2089
    
    (cherry picked from commit 83ce2bacd84edfea4282132aff64f49ecb6baefd)
---
 activemq-web-console/src/main/webapp/browse.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-web-console/src/main/webapp/browse.jsp 
b/activemq-web-console/src/main/webapp/browse.jsp
index 6f3f969939..316a61cfe8 100644
--- a/activemq-web-console/src/main/webapp/browse.jsp
+++ b/activemq-web-console/src/main/webapp/browse.jsp
@@ -48,7 +48,7 @@
 <td><a href="<c:url value="message.jsp">
                  <c:param name="id" value="${row.JMSMessageID}" />
                  <c:param name="JMSDestination" 
value="${requestContext.queueBrowser.JMSDestination}"/></c:url>"
-    title="<c:out value="${row.properties}"/>"><c:out 
value="${row.JMSMessageID}"/></a>
+    title="<c:out value="${row.properties}"/>"><c:out 
value="${row.JMSMessageID}"/></a></td>
 <td><c:out value="${row.JMSCorrelationID}"/></td>
 <td><jms:persistent message="${row}"/></td>
 <td><c:out value="${row.JMSPriority}"/></td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to