diff --git a/files/assets/js/comments_v.js b/files/assets/js/comments_v.js
index 815c74d68..ec73d8064 100644
--- a/files/assets/js/comments_v.js
+++ b/files/assets/js/comments_v.js
@@ -201,7 +201,7 @@ function comment_edit(id){
xhr[0].send(xhr[1]);
}
-function postComment(fullname, hide){
+function post_comment(fullname, hide){
const btn = document.getElementById('save-reply-to-'+fullname)
const textArea = document.getElementById('reply-form-body-'+fullname)
btn.disabled = true
diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html
index 8e49d6b89..19d8cfba3 100644
--- a/files/templates/util/macros.html
+++ b/files/templates/util/macros.html
@@ -133,7 +133,7 @@
{% endif %}
-
+
{% if enable_cancel_button %}
{% endif %}