Remove 2 extraneous characters

This commit is contained in:
Jean-Philippe Guérard 2011-12-30 03:38:13 +01:00
parent db209fc7db
commit dda612cc69
1 changed files with 1 additions and 1 deletions

View File

@ -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";
} ;