fix one more xxx vulm

This commit is contained in:
rlx 2016-01-08 15:47:38 +05:30
parent 29435355cb
commit 97006b0b3e
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ oml.ui.listDialog = function() {
return listName != listData.name;
})
);
that.options({title: getTitle(':' + value)})
that.options({
title: Ox.encodeHTMLEntities(getTitle(':' + value))
});
$nameInput.value(value);
// FIXME: UGLY
listNames[listNames.indexOf(listData.name)] = value;