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

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


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

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

    Add back missing closing tag (#2100) (#2106)
    
    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 796975a3cd..d3bbbd8a0b 100644
--- a/activemq-web-console/src/main/webapp/browse.jsp
+++ b/activemq-web-console/src/main/webapp/browse.jsp
@@ -50,7 +50,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