diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index c0da1e0c446..cc8b6194ab5 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -659,7 +659,7 @@ if ($_GET["id"]) print ''.$langs->trans("Ref").''.$act->id.''; // Type - print ''.$langs->trans("Type").''.$act->type.''; + print ''.$langs->trans("Type").''.$act->type.''; // Title print ''.$langs->trans("Title").''; @@ -713,7 +713,7 @@ if ($_GET["id"]) print '
'; // Date start - print '
'.$langs->trans("DateActionStart").''; + print '
'.$langs->trans("DateActionStart").''; if ($_REQUEST["afaire"] == 1) $html->select_date($act->datep,'ap',1,1,0,"action",1,1); else if ($_REQUEST["afaire"] == 2) $html->select_date($act->datep,'ap',1,1,1,"action",1,1); else $html->select_date($act->datep,'ap',1,1,1,"action",1,1);