--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp Sat Nov 09 10:08:10 2024 +0100 +++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp Sat Nov 09 10:54:57 2024 +0100 @@ -322,6 +322,7 @@ <tfoot> <tr> <td> + <button type="reset" onclick="cancelCommentEditor(${comment.id})"><fmt:message key="button.cancel"/></button> <button type="submit"><fmt:message key="button.comment.edit"/></button> </td> </tr>