fix formatting of annotations in clip views

This commit is contained in:
rolux 2012-03-08 12:52:30 +00:00
parent 4b086a9c0e
commit 30d6c35682

View file

@ -33,7 +33,7 @@ pandora.ui.clipList = function(videoRatio) {
: a.value > b.value ? 1
: 0;
}).map(function(annotation) {
return Ox.stripTags(annotation.value);
return Ox.stripTags(annotation.value).replace(/\n/g, ' ');
}).join('; ') : '';
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg';
sortKey = sort[0].key;