diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 2edb45f544..085195e961 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -180,7 +180,7 @@
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
html = '';
} else {
- html = '';
+ html = '';
}
var element = $(html);
element.data('action', actions['Delete']);