From ab0b552c80a34b38afbc01b9598d77677a7659fb Mon Sep 17 00:00:00 2001
From: CharlyCoste <contact@ccoste.fr>
Date: Sun, 14 Mar 2010 01:38:07 +0100
Subject: [PATCH] Adding semantic h1 tag to surround the logo. This could be
 better for text or braille navigators and crawlers as well.

---
 inc/templates/header.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/templates/header.php b/inc/templates/header.php
index 387848ea6b..efd235168b 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']=='') {
-- 
GitLab