Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-07-31 13:19:19 +0300
committerMarin Treselj <marin@pixelipo.com>2017-07-31 13:19:19 +0300
commitf53db38c03d68f29d4a6f1106cd6132c4a3c12fe (patch)
treec19c3740a2b6fda5fe4d0ea48d7f77a1b8e17188 /apps/files_sharing/templates
parent086ce709f7368af41543178a3de5d3c561b5ddb7 (diff)
Change id to class in the main share template
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 36b4dcdbe1c..30f4dda8684 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -35,7 +35,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>">
- <div id="header-left">
+ <div class="header-left">
<span id="nextcloud">
<div class="logo logo-icon svg"></div>
<h1 class="header-appname">
@@ -48,7 +48,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
- <div id="header-right">
+ <div class="header-right">
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)) {
if ($_['server2serversharing']) {
?>