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

@ -28,6 +28,7 @@ oml.ui.folderList = function(options) {
width: 16
},
{
format: Ox.encodeHTMLEntities,
id: 'name',
visible: true,
width: ui.sidebarSize - 16 - 48,