diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 08:35:54 +0200 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 08:35:54 +0200 |
commit | 36d0d7590134f5587ab09c67927c3187e8b5c790 (patch) | |
tree | 4435e0aeff5ad380c67b7725264b8bb3da739f05 /apps/files_sharing | |
parent | ff5f9370c4a004f48cc036eb437a58cefb29962d (diff) | |
download | nextcloud-server-36d0d7590134f5587ab09c67927c3187e8b5c790.tar.gz nextcloud-server-36d0d7590134f5587ab09c67927c3187e8b5c790.zip |
Codestyle: FunctionCallArgumentSpacing
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index ef81e296d82..35cca7c42dc 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -19,7 +19,7 @@ <?php if (isset($_['folder'])): ?> <?php echo $_['folder']; ?> <?php else: ?> - <?php if (substr($_['mimetype'], 0 , strpos($_['mimetype'], '/')) == 'image'): ?> + <?php if (substr($_['mimetype'], 0, strpos($_['mimetype'], '/')) == 'image'): ?> <div id="imgframe"> <img src="<?php echo $_['downloadURL']; ?>" /> </div> |