diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:01:17 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:01:17 +0200 |
commit | 709584b853962cc25a553919f95fc55b419704fc (patch) | |
tree | 90c3385584e4e02b018e488d2e7dbf1491842e48 /apps/settings | |
parent | c56a273b39186c509c57ef6bec221d3c4e3d81d3 (diff) | |
download | nextcloud-server-709584b853962cc25a553919f95fc55b419704fc.tar.gz nextcloud-server-709584b853962cc25a553919f95fc55b419704fc.zip |
Do not use closing tags
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/templates/settings/empty.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings/templates/settings/empty.php b/apps/settings/templates/settings/empty.php index 0ed8a873d3c..e8999f5f07e 100644 --- a/apps/settings/templates/settings/empty.php +++ b/apps/settings/templates/settings/empty.php @@ -21,5 +21,4 @@ * */ - # used for Personal/Additional settings as fallback for legacy settings -?> + # used for Personal/Additional settings as fallback for legacy settings
\ No newline at end of file |