diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index f2f4e3a33..700ddfe32 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -842,13 +842,13 @@ define([ setResizable: function(resizable, minSize, maxSize) { if (resizable !== this.resizable) { if (resizable) { - var bordersTemplate = '
' + + var bordersTemplate = '' + '' + '' + '' + - '' + + '' + '' + - '' + + '' + ''; if (this.initConfig.header) bordersTemplate += '' +