diff --git a/htdocs/expensereport/document.php b/htdocs/expensereport/document.php
index 249a85f4ef2..dd9a28a130c 100644
--- a/htdocs/expensereport/document.php
+++ b/htdocs/expensereport/document.php
@@ -81,7 +81,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/actions_linkedfiles.inc.php';
$form = new Form($db);
-llxHeader("","",$langs->trans("TripCard"));
+llxHeader("",$langs->trans("ExpenseReport"));
if ($object->id)
@@ -107,7 +107,7 @@ if ($object->id)
$linkback = ''.$langs->trans("BackToList").'';
// Ref
- print '
| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref', '');
print ' |
';
diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index 9b3494c762f..4c6aeb99110 100644
--- a/htdocs/holiday/card.php
+++ b/htdocs/holiday/card.php
@@ -794,7 +794,7 @@ if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create
// User
print '';
- print '| '.$langs->trans("User").' | ';
+ print ''.$langs->trans("User").' | ';
print '';
if (empty($user->rights->holiday->write_all))
{
|