X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/24ad9f957d8f56a209518a28f42fbfae2e482b54..55826c1f7f8bfec8c90096b1c1c779e118e357fc:/src/editor/modules/documentCanvas/canvas/comments/comments.js

diff --git a/src/editor/modules/documentCanvas/canvas/comments/comments.js b/src/editor/modules/documentCanvas/canvas/comments/comments.js
index 3076f52..65c80f2 100644
--- a/src/editor/modules/documentCanvas/canvas/comments/comments.js
+++ b/src/editor/modules/documentCanvas/canvas/comments/comments.js
@@ -142,8 +142,8 @@ var CommentView = function(commentNode) {
     }, 'date');
 
     this.dom = $(_.template(commentTemplate)({
-        author: author ||'?',
-        date: date || '?',
+        author: author || '',
+        date: date || '',
         content: this.node.object.getText() || '?'
     }));