diff options
author | Owen Winkler <a_github@midnightcircus.com> | 2013-08-18 05:17:28 -0400 |
---|---|---|
committer | Owen Winkler <a_github@midnightcircus.com> | 2013-08-18 05:17:28 -0400 |
commit | 1793ec1d5dcbdf806817da1674562ef6a02b39b0 (patch) | |
tree | 449fb1db4fa16a4bb0ae06277570883685a34347 /core/js | |
parent | 15c9a0f405631c937a935ba781b1c73a7db82556 (diff) | |
download | nextcloud-server-1793ec1d5dcbdf806817da1674562ef6a02b39b0.tar.gz nextcloud-server-1793ec1d5dcbdf806817da1674562ef6a02b39b0.zip |
Fixed inconsistent spacing.
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 2 |
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+"]"); } } } |