diff --git a/js/jquery-comments.js b/js/jquery-comments.js
index bb54fca..c1f2b95 100644
--- a/js/jquery-comments.js
+++ b/js/jquery-comments.js
@@ -1976,6 +1976,7 @@
if(commentModel.createdByCurrentUser || this.options.currentUserIsAdmin) {
var editButton = $('', {
+ 'type': 'button',
'class': 'action edit',
text: this.options.textFormatter(this.options.editText)
});
@@ -2008,6 +2009,7 @@
// Upvotes
var upvoteEl = $('', {
+ 'type': 'button',
'class': 'action upvote' + (commentModel.userHasUpvoted ? ' highlight-font' : '')
}).append($('', {
text: commentModel.upvoteCount,