diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 16:05:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 16:05:05 +0100 |
commit | e75dede5905c3c796ca1c9d71e3ff61facf4ba56 (patch) | |
tree | 4b4b753b26d36b6917cd3630d762e9a44b8ffd92 /apps | |
parent | d6ade509cf33849edb10b33fb2490b2428f9091b (diff) | |
download | nextcloud-server-e75dede5905c3c796ca1c9d71e3ff61facf4ba56.tar.gz nextcloud-server-e75dede5905c3c796ca1c9d71e3ff61facf4ba56.zip |
fix some outdated naming
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-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 e1a816e7fee..32e4f3d3dd6 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -36,7 +36,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); <header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" - title="" id="owncloud"> + title="" id="nextcloud"> <div class="logo-icon svg"> </div> </a> |