Merge pull request #1292 from julceslauhub/master
BUG 10703 Case labels no soporta html tags SOLVED
This commit is contained in:
@@ -422,7 +422,7 @@ Ext.onReady ( function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
metadata.attr = 'ext:qtip="' + data + '" style="'+ style +' white-space: normal; "';
|
metadata.attr = 'ext:qtip="' + data + '" style="'+ style +' white-space: normal; "';
|
||||||
return data;
|
return Ext.util.Format.htmlEncode(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
function openLink(value, p, r){
|
function openLink(value, p, r){
|
||||||
|
|||||||
Reference in New Issue
Block a user