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

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


The following commit(s) were added to refs/heads/main by this push:
     new 83ce2bacd8 Add back missing closing tag (#2100)
83ce2bacd8 is described below

commit 83ce2bacd84edfea4282132aff64f49ecb6baefd
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Thu Jun 11 16:42:40 2026 -0400

    Add back missing closing tag (#2100)
    
    Fix typo introduced in #2089
---
 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