This commit is contained in:
Paula V. Quispe
2016-08-24 17:27:20 -04:00
parent 22147231fc
commit 402ba5bdc2

View File

@@ -185,7 +185,7 @@ Ext.onReady(function(){
var expander = new Ext.ux.grid.RowExpander({
tpl : new Ext.Template(
'<p><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION}</p><br>'
'<p><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION:htmlEncode}</p><br>'
)
});