decode html entities

This commit is contained in:
j 2015-04-17 01:09:36 +05:30
parent cacdba606e
commit f624c86309

View file

@ -302,7 +302,7 @@ Ox.AnnotationFolder = function(options, self) {
autocompleteSelectOffset: {left: 0, top: 0},
autocompleteSelectUpdate: true,
unformat: function(value) {
return Ox.stripTags(value);
return Ox.decodeHTMLEntities(Ox.stripTags(value));
}
} : {}))
.bindEvent({