diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
index dbfeef03259..ee80a525f04 100644
--- a/htdocs/core/lib/project.lib.php
+++ b/htdocs/core/lib/project.lib.php
@@ -2189,7 +2189,7 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks
print '
';
print $projectstatic->getNomUrl(1);
- if (!in_array('projectlabel', $hiddenfields)) print ' '.dol_trunc($objp->title, 24);
+ if (!in_array('projectlabel', $hiddenfields)) print ' '.dol_trunc($objp->title, 24).'';
print ' | ';
print '';
if ($objp->fk_soc > 0)
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 143a932ff28..ddb66bc3317 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -1,6 +1,6 @@
- * Copyright (C) 2004-2016 Laurent Destailleur
+ * Copyright (C) 2004-2020 Laurent Destailleur
* Copyright (C) 2005-2010 Regis Houssin
* Copyright (C) 2019 Nicolas ZABOURI
*
@@ -200,7 +200,7 @@ if ($resql)
$obj = $db->fetch_object($resql);
print '';
- print '| ';
+ print ' | ';
$projectstatic->id = $obj->rowid;
$projectstatic->ref = $obj->ref;
| |