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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2016-12-04 19:21:22 +0300
committerGitHub <noreply@github.com>2016-12-04 19:21:22 +0300
commit7f682d7bee6b77f83d9004e6571f10659304d2f9 (patch)
tree84c62fd63b22471d3d6f3831be556c142f038d3b
parentb96745d7be8de4ec976b3edcc6a1cb183a6669f2 (diff)
parent0f3acea299d986263cb67856a65f76aa53a6bed5 (diff)
Merge pull request #183 from nextcloud/fix-header-id-stable10v10.0.5RC2v10.0.5RC1v10.0.4RC1v10.0.4v10.0.3RC1v10.0.3v10.0.2
Fix id attribute in title in public template
-rw-r--r--templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public.php b/templates/public.php
index 4ec44ddf..1885ee33 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -49,7 +49,7 @@ style(
<header>
<div id="header">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
- title="" id="owncloud">
+ title="" id="nextcloud">
<div class="logo-icon svg">
</div>
</a>