From cb6d9db92b5043300b3847340e9beaefa8d006fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Aug 2005 22:46:04 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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").'';