encode more html entities

This commit is contained in:
Rolux 2016-01-08 14:07:34 +05:30
commit f173d50902
6 changed files with 14 additions and 13 deletions

View file

@ -136,7 +136,7 @@ oml.ui.folders = function() {
'part.preferences': 'account'
});
} else {
oml.UI.set({page: 'users'})
oml.UI.set({page: 'users'});
}
}
})