decode html entities
This commit is contained in:
parent
cacdba606e
commit
f624c86309
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
autocompleteSelectOffset: {left: 0, top: 0},
|
autocompleteSelectOffset: {left: 0, top: 0},
|
||||||
autocompleteSelectUpdate: true,
|
autocompleteSelectUpdate: true,
|
||||||
unformat: function(value) {
|
unformat: function(value) {
|
||||||
return Ox.stripTags(value);
|
return Ox.decodeHTMLEntities(Ox.stripTags(value));
|
||||||
}
|
}
|
||||||
} : {}))
|
} : {}))
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue