diff options
author | CharlyCoste <contact@ccoste.fr> | 2010-03-14 01:38:07 +0100 |
---|---|---|
committer | CharlyCoste <contact@ccoste.fr> | 2010-03-14 01:38:07 +0100 |
commit | ab0b552c80a34b38afbc01b9598d77677a7659fb (patch) | |
tree | 6908ec821438ea49e59631221feda15e181ccf5b /inc/templates/header.php | |
parent | 3984607ef5f7af3c00449bbc5a0f587ef9e25b60 (diff) | |
download | nextcloud-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-x | inc/templates/header.php | 2 |
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']=='') { |