summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorOwen Winkler <a_github@midnightcircus.com>2013-08-18 05:17:28 -0400
committerOwen Winkler <a_github@midnightcircus.com>2013-08-18 05:17:28 -0400
commit1793ec1d5dcbdf806817da1674562ef6a02b39b0 (patch)
tree449fb1db4fa16a4bb0ae06277570883685a34347 /core/js
parent15c9a0f405631c937a935ba781b1c73a7db82556 (diff)
downloadnextcloud-server-1793ec1d5dcbdf806817da1674562ef6a02b39b0.tar.gz
nextcloud-server-1793ec1d5dcbdf806817da1674562ef6a02b39b0.zip
Fixed inconsistent spacing.
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 75a2b51a43f..d580b6113e6 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -69,7 +69,7 @@ function initL10N(app) {
var code = 'var plural; var nplurals; '+pf+' return { "nplural" : nplurals, "plural" : (plural === true ? 1 : plural ? plural : 0) };';
t.plural_function = new Function("n", code);
} else {
- console.log("Syntax error in language file. Plural-Forms header is invalid ["+ t.plural_forms+"]");
+ console.log("Syntax error in language file. Plural-Forms header is invalid ["+t.plural_forms+"]");
}
}
}