BUG 10703 Case labels no soporta html tags SOLVED

- The column don't render html tags
- Changed the renderer function to encode special chars
This commit is contained in:
Julio Cesar Laura
2013-02-07 00:26:19 -04:00
parent da88df9f07
commit c2f4c6b42e

View File

@@ -422,7 +422,7 @@ Ext.onReady ( function() {
}
}
metadata.attr = 'ext:qtip="' + data + '" style="'+ style +' white-space: normal; "';
return data;
return Ext.util.Format.htmlEncode(data);
};
function openLink(value, p, r){