typo
This commit is contained in:
parent
5aaf951c6b
commit
c5a02fc61d
1 changed files with 2 additions and 2 deletions
|
@ -440,8 +440,8 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
});
|
||||
if (self.options.type == 'entity') {
|
||||
annotations = annotations.map(function(annotation) {
|
||||
annotation.value = annotation.value
|
||||
+ ' <a href="' + annotation.entity.id + '">\u24D8</a>';
|
||||
annotation.value = annotation.value + ' <a href="/entities/'
|
||||
+ annotation.entity.id + '">\u24D8</a>';
|
||||
return annotation;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue