diff --git a/manager/assets/modext/widgets/core/modx.button.js b/manager/assets/modext/widgets/core/modx.button.js index b25cd8fe5a..7b1de7d293 100644 --- a/manager/assets/modext/widgets/core/modx.button.js +++ b/manager/assets/modext/widgets/core/modx.button.js @@ -17,10 +17,10 @@ MODx.Button = function(config) { config.iconCls = '' } Ext.applyIf(config,{ - template: new Ext.XTemplate(''+ + template: new Ext.XTemplate(''+ ' '+ ' '+ - '').compile() + '').compile() }); MODx.Button.superclass.constructor.call(this,config);