list name is not encoded, fixes #654
This commit is contained in:
parent
26c6987178
commit
5760a7ed73
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ pandora.ui.listInfo = function() {
|
|||
});
|
||||
},
|
||||
submit: function(data) {
|
||||
data.value = Ox.decodeHTML(data.value);
|
||||
if (data.value != item.name) {
|
||||
pandora.api.editList({
|
||||
id: list,
|
||||
|
|
Loading…
Reference in a new issue