fix one more xxx vulm
This commit is contained in:
parent
29435355cb
commit
97006b0b3e
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ oml.ui.listDialog = function() {
|
||||||
return listName != listData.name;
|
return listName != listData.name;
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
that.options({title: getTitle(':' + value)})
|
that.options({
|
||||||
|
title: Ox.encodeHTMLEntities(getTitle(':' + value))
|
||||||
|
});
|
||||||
$nameInput.value(value);
|
$nameInput.value(value);
|
||||||
// FIXME: UGLY
|
// FIXME: UGLY
|
||||||
listNames[listNames.indexOf(listData.name)] = value;
|
listNames[listNames.indexOf(listData.name)] = value;
|
||||||
|
|
Loading…
Reference in a new issue