diff --git a/apps/presentationeditor/main/app/view/Viewport.js b/apps/presentationeditor/main/app/view/Viewport.js
index 926a4ef3a..421a73793 100644
--- a/apps/presentationeditor/main/app/view/Viewport.js
+++ b/apps/presentationeditor/main/app/view/Viewport.js
@@ -86,7 +86,7 @@ define([
this.vlayout = new Common.UI.VBoxLayout({
box: $container,
items: [{
- el: $container.find('> .layout-item#title').hide(),
+ el: $container.find('> .layout-item#app-title').hide(),
alias: 'title',
height: Common.Utils.InternalSettings.get('document-title-height')
}, {
diff --git a/apps/spreadsheeteditor/main/app/template/Viewport.template b/apps/spreadsheeteditor/main/app/template/Viewport.template
index 90a065c83..e9dd6ee38 100644
--- a/apps/spreadsheeteditor/main/app/template/Viewport.template
+++ b/apps/spreadsheeteditor/main/app/template/Viewport.template
@@ -3,7 +3,7 @@
-
+
diff --git a/apps/spreadsheeteditor/main/app/view/Viewport.js b/apps/spreadsheeteditor/main/app/view/Viewport.js
index 416239c73..66f1e1ace 100644
--- a/apps/spreadsheeteditor/main/app/view/Viewport.js
+++ b/apps/spreadsheeteditor/main/app/view/Viewport.js
@@ -86,7 +86,7 @@ define([
this.vlayout = new Common.UI.VBoxLayout({
box: $container,
items: [{
- el: $container.find('> .layout-item#title').hide(),
+ el: $container.find('> .layout-item#app-title').hide(),
alias: 'title',
height: Common.Utils.InternalSettings.get('document-title-height')
},{