Explorar o código

[tmp] missing todo

B Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
6dea24bdf0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/msgFormatter.js

+ 1 - 1
cli/msgFormatter.js

@@ -327,7 +327,7 @@ var formatText = (function() {
             if (this._parent.checkIsStrike())
                 classList.push('strike');
             if (this._parent.checkIsEmoji())
-                classList.push('emoji');
+                classList.push('emoji'); // FIXME emoji
         }
         return '<' +tagName +(classList.length ? ' class="' +classList.join(' ') +'"' : '') +'>' +this.innerHTML() +'</' +tagName +'>';
     };