1
0
Fork 0
forked from 0x2620/oxjs

properly escape user names and list names

This commit is contained in:
rlx 2012-02-22 10:14:25 +00:00
commit 68ca199ae3
6 changed files with 18 additions and 6 deletions

View file

@ -240,6 +240,9 @@ Ox.ListMap = function(options, self) {
width: 128
},
{
format: function(value) {
return Ox.encodeHTMLEntities(value);
},
id: 'user',
operator: '+',
title: 'User',