diff --git a/common/cloudfunc.js b/common/cloudfunc.js
index b075ea9d..ed58d16a 100644
--- a/common/cloudfunc.js
+++ b/common/cloudfunc.js
@@ -153,7 +153,7 @@ module.exports.buildFromJSON = (params) => {
fileTable += header + '
';
/* Если мы не в корне */
- if (path !== '/') {
+ if (path !== '/') {
const dotDot = getDotDot(path);
const link = prefix + FS + dotDot;
diff --git a/test/common/cloudfunc.html b/test/common/cloudfunc.html
index 418a77f9..229c69b9 100644
--- a/test/common/cloudfunc.html
+++ b/test/common/cloudfunc.html
@@ -23,7 +23,7 @@
prefdm
1.30kb
- 21.02.2016
+ --.--.----
root
rwx r-x r-x
\ No newline at end of file
diff --git a/test/common/cloudfunc.js b/test/common/cloudfunc.js
index c3467eda..f3ad9102 100644
--- a/test/common/cloudfunc.js
+++ b/test/common/cloudfunc.js
@@ -6,7 +6,7 @@ const TMPLDIR = DIR + 'tmpl/';
const Util = require(COMMONDIR + 'util');
const CloudFuncPath = COMMONDIR + 'cloudfunc';
-
+
const CloudFunc = require(CloudFuncPath);
const files = require('files-io');
@@ -40,7 +40,7 @@ const JSON_FILES = {
}, {
name: 'prefdm',
size: '1.30kb',
- date: '21.02.2016',
+ date: 0,
uid : 0,
mode: 'rwx r-x r-x'
}]