We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0927bcb commit 7e6705fCopy full SHA for 7e6705f
1 file changed
activemq-web-console/src/main/webapp/browse.jsp
@@ -50,7 +50,7 @@
50
<td><a href="<c:url value="message.jsp">
51
<c:param name="id" value="${row.JMSMessageID}" />
52
<c:param name="JMSDestination" value="${requestContext.queueBrowser.JMSDestination}"/></c:url>"
53
- 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>
54
<td><c:out value="${row.JMSCorrelationID}"/></td>
55
<td><jms:persistent message="${row}"/></td>
56
<td><c:out value="${row.JMSPriority}"/></td>
0 commit comments