From dda612cc699222c449b211d60a0b9d116a303d68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Philippe=20Gu=C3=A9rard?=
 <jean-philippe.guerard@tigreraye.org>
Date: Fri, 30 Dec 2011 03:38:13 +0100
Subject: [PATCH] Remove 2 extraneous characters

---
 bandeaux.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bandeaux.php b/bandeaux.php
index 1d97cb4e..7f2af3e3 100644
--- a/bandeaux.php
+++ b/bandeaux.php
@@ -87,7 +87,7 @@ function bandeau_tete()
 
   } else {
 
-    echo '<div class="bandeau"><a href="'.get_server_name().'" title="Accueil '.NOMAPPLICATION.'">'.NOMAPPLICATION.'"></a></div>'."\n";
+    echo '<div class="bandeau"><a href="'.get_server_name().'" title="Accueil '.NOMAPPLICATION.'">'.NOMAPPLICATION.'</a></div>'."\n";
 
   } ;
 
-- 
GitLab