Fixed initials entitites

Closes #1099
This commit is contained in:
Igor Zhukov 2016-04-03 22:13:32 +03:00
parent ceb937a2bc
commit 392c99d554

View File

@ -2898,7 +2898,7 @@ angular.module('myApp.directives', ['myApp.filters'])
}
}
initEl.attr('data-content', encodeEntities(peer.initials || '')).prependTo(element);
initEl.attr('data-content', peer.initials || '').prependTo(element);
imgEl.remove();