diff --git a/data/cubes.comment.js b/data/cubes.comment.js
index 06bc12426e842a3ef1cd0e4a5db9c4ae059af598_ZGF0YS9jdWJlcy5jb21tZW50Lmpz..46ef47deb5f33cc40184e721a8d351f1b2598217_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) {