diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-16 20:45:10 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-23 09:06:45 +0100 |
commit | a1f9425e65dc374328156479473b3078a0c846ab (patch) | |
tree | 30b045a091bc7a69967e16f044f0f3b2bba86c3d /apps/files_sharing/templates | |
parent | bfa50a4444a9542e8c7d47def2b330d21dd6323b (diff) | |
download | nextcloud-server-a1f9425e65dc374328156479473b3078a0c846ab.tar.gz nextcloud-server-a1f9425e65dc374328156479473b3078a0c846ab.zip |
fix log and app name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 8d6558612b2..dd2ea855b0b 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -38,11 +38,10 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); <div id="header-left"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="nextcloud"> - <div class="logo-icon svg"> - <h1 class="header-appname"> - <?php p($theme->getName()); ?> - </h1> - </div> + <div class="logo-icon svg"></div> + <h1 class="header-appname"> + <?php p($theme->getName()); ?> + </h1> </a> </div> |