aboutsummaryrefslogtreecommitdiffstats
path: root/inc/templates/header.php
diff options
context:
space:
mode:
authorCharlyCoste <contact@ccoste.fr>2010-03-14 01:38:07 +0100
committerCharlyCoste <contact@ccoste.fr>2010-03-14 01:38:07 +0100
commitab0b552c80a34b38afbc01b9598d77677a7659fb (patch)
tree6908ec821438ea49e59631221feda15e181ccf5b /inc/templates/header.php
parent3984607ef5f7af3c00449bbc5a0f587ef9e25b60 (diff)
downloadnextcloud-server-ab0b552c80a34b38afbc01b9598d77677a7659fb.tar.gz
nextcloud-server-ab0b552c80a34b38afbc01b9598d77677a7659fb.zip
Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
Diffstat (limited to 'inc/templates/header.php')
-rwxr-xr-xinc/templates/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php
index 387848ea6be..efd235168bd 100755
--- a/inc/templates/header.php
+++ b/inc/templates/header.php
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/default.css" />
</head>
<body>
-<a id="owncloud-logo" href="/"><span>OwnCloud</span></a>
+<h1><a id="owncloud-logo" href="/"><span>OwnCloud</span></a></h1>
<?php
if(!isset($_SESSION['username']) or $_SESSION['username']=='') {