diff --git a/source/UI/js/Video/AnnotationFolder.js b/source/UI/js/Video/AnnotationFolder.js
index 3166e143..4a1be579 100644
--- a/source/UI/js/Video/AnnotationFolder.js
+++ b/source/UI/js/Video/AnnotationFolder.js
@@ -440,8 +440,8 @@ Ox.AnnotationFolder = function(options, self) {
});
if (self.options.type == 'entity') {
annotations = annotations.map(function(annotation) {
- annotation.value = annotation.value
- + ' \u24D8';
+ annotation.value = annotation.value + ' \u24D8';
return annotation;
});
}