better author formatting in info panel

This commit is contained in:
rlx 2016-01-14 14:55:14 +05:30
commit 2ad1e64208
2 changed files with 12 additions and 1 deletions

View file

@ -51,7 +51,7 @@ oml.ui.info = function() {
$('<div>')
.addClass('OxSelectable')
.css({fontWeight: 'bold'})
.text((data.author || []).join(', '))
.text(oml.formatAuthor(data.author))
.appendTo(that);
$('<div>')
.addClass('OxSelectable')