diff --git a/data/cubes.comment.js b/data/cubes.comment.js
index 7b74324e38bf40e3da970c2bd7b3478d35626483_ZGF0YS9jdWJlcy5jb21tZW50Lmpz..23ff33d1457d45a2fdedc4f61eb74bef96f3e0b6_ZGF0YS9jdWJlcy5jb21tZW50Lmpz 100644
--- a/data/cubes.comment.js
+++ b/data/cubes.comment.js
@@ -9,7 +9,7 @@
  * only the view for the added or edited comment
  */
 function processComment(eid, cancel, creation) {
-    var divId = 'comment' + eid + 'Slot'
+    var divId = 'comment' + eid + 'Slot';
     var divNode = jQuery('#'+divId);
     var textarea = divNode.find('textarea')[0];
     if (!cancel) {