Skip to content

Commit 7e6705f

Browse files
authored
Add back missing closing tag (#2100) (#2106)
Fix typo introduced in #2089 (cherry picked from commit 83ce2ba)
1 parent 0927bcb commit 7e6705f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activemq-web-console/src/main/webapp/browse.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<td><a href="<c:url value="message.jsp">
5151
<c:param name="id" value="${row.JMSMessageID}" />
5252
<c:param name="JMSDestination" value="${requestContext.queueBrowser.JMSDestination}"/></c:url>"
53-
title="<c:out value="${row.properties}"/>"><c:out value="${row.JMSMessageID}"/></a>
53+
title="<c:out value="${row.properties}"/>"><c:out value="${row.JMSMessageID}"/></a></td>
5454
<td><c:out value="${row.JMSCorrelationID}"/></td>
5555
<td><jms:persistent message="${row}"/></td>
5656
<td><c:out value="${row.JMSPriority}"/></td>

0 commit comments

Comments
 (0)