summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-18 10:50:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-18 10:51:41 +0100
commitea548cdaaafb1c67fab7aec51c0253a5162203e2 (patch)
tree61041fbd70e24d3b8ecbdb9b442cf24edef1e311 /core/templates/layout.guest.php
parent5c6e08213e6ed52517f9f729ae91a2973f09c182 (diff)
downloadnextcloud-server-ea548cdaaafb1c67fab7aec51c0253a5162203e2.tar.gz
nextcloud-server-ea548cdaaafb1c67fab7aec51c0253a5162203e2.zip
fix accessibility of logos
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 34d7a210841..c799205b7cf 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -32,7 +32,9 @@
<header>
<div id="header">
<div class="logo svg">
- <h1><?php p($theme->getName()); ?></h1>
+ <h1 class="hidden-visually">
+ <?php p($theme->getName()); ?>
+ </h1>
</div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
</div>