better author formatting in info panel
This commit is contained in:
parent
d3de45766d
commit
2ad1e64208
2 changed files with 12 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue