diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 10:43:54 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 10:43:54 +0200 |
commit | a0e94e667098dd6773a55379b05606d6729d7a79 (patch) | |
tree | 8012ca2ff5f4b209d6c3232f18e0a336a9637c63 /apps | |
parent | d6e17fb01777866674129a5883c03642f4bfd4a5 (diff) | |
download | nextcloud-server-a0e94e667098dd6773a55379b05606d6729d7a79.tar.gz nextcloud-server-a0e94e667098dd6773a55379b05606d6729d7a79.zip |
Use utf8 encoding everywhere
PSR2 likes that and so do I
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/templates/settings/empty.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/empty.php b/apps/settings/templates/settings/empty.php index e8999f5f07e..63ebc6f44a1 100644 --- a/apps/settings/templates/settings/empty.php +++ b/apps/settings/templates/settings/empty.php @@ -21,4 +21,4 @@ * */ - # used for Personal/Additional settings as fallback for legacy settings
\ No newline at end of file + # used for Personal/Additional settings as fallback for legacy settings |