diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index e4bb06f33a8..bc578d93159 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -22,10 +22,10 @@
*/
/**
- \file htdocs/projet/index.php
- \ingroup projet
- \brief Page d'accueil du module projet
- \version $Revision$
+ \file htdocs/projet/index.php
+ \ingroup projet
+ \brief Page d'accueil du module projet
+ \version $Revision$
*/
require("./pre.inc.php");
@@ -44,10 +44,10 @@ if ($user->societe_id > 0)
llxHeader("",$langs->trans("Projects"),"Projet");
-print_titre($langs->trans("ProjectsArea"));
+print_fiche_titre($langs->trans("ProjectsArea"));
-print '
';
-print '';
+print '';
+print '| ';
/*
*
@@ -98,7 +98,7 @@ else
}
print " | ";
-print ' | ';
+print ' | ';
/*
*
|