Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AgelxNash committed Feb 6, 2019
1 parent a12920f commit c08fb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/assets/modext/widgets/core/modx.grid.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODx.grid.SettingsGrid = function(config) {
config = config || {};
this.exp = new Ext.grid.RowExpander({
tpl : new Ext.Template(
'<p class="desc">{description_trans}</p>'
'<p class="desc">{description_trans:htmlEncode}</p>'
)
});

Expand Down Expand Up @@ -646,4 +646,4 @@ MODx.window.UpdateSetting = function(config) {
MODx.window.UpdateSetting.superclass.constructor.call(this,config);
};
Ext.extend(MODx.window.UpdateSetting,MODx.Window);
Ext.reg('modx-window-setting-update',MODx.window.UpdateSetting);
Ext.reg('modx-window-setting-update',MODx.window.UpdateSetting);

0 comments on commit c08fb7c

Please sign in to comment.