grigoni commented on code in PR #2089:
URL: https://github.com/apache/activemq/pull/2089#discussion_r3376537975
##########
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}"/>">${row.JMSMessageID}</a></td>
+ title="<c:out value="${row.properties}"/>"><c:out
value="${row.JMSMessageID}"/></a>
Review Comment:
hi @cshannon, I think the closing td is missing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact