forked from 0x2620/oxjs
properly escape user names and list names
This commit is contained in:
parent
e282a3a9e9
commit
68ca199ae3
6 changed files with 18 additions and 6 deletions
|
|
@ -240,6 +240,9 @@ Ox.ListMap = function(options, self) {
|
|||
width: 128
|
||||
},
|
||||
{
|
||||
format: function(value) {
|
||||
return Ox.encodeHTMLEntities(value);
|
||||
},
|
||||
id: 'user',
|
||||
operator: '+',
|
||||
title: 'User',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue