diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 5a7adf37c20..d506035c143 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -495,7 +495,7 @@ if ($_GET["id"]) print ''.$langs->trans("DateCreation").''.strftime('%d %B %Y %H:%M',$act->date).''; print ''.$langs->trans("Author").''; print ''.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.''; - print ''.$langs->trans("PercentDone").'%'; + print ''.$langs->trans("PercentDone").'%'; if ($act->objet_url) { print ''.$langs->trans("LinkedObject").'';