diff --git a/static/js/pandora/clipList.js b/static/js/pandora/clipList.js index 5e7d793e..fc415bd2 100644 --- a/static/js/pandora/clipList.js +++ b/static/js/pandora/clipList.js @@ -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;