From aff4fa60d242fa00b7977194ca094897bdff2e0c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 7 Nov 2009 12:57:47 +0000 Subject: [PATCH] Fix: Uniformize code --- htdocs/fichinter/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index a09f0082ac8..1ca35203140 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -140,8 +140,8 @@ if ($result) $total += $objp->duree; $i++; } - print ''.$langs->trans("Total").''; - print ''.ConvertSecondToTime($total).''; + print ''.$langs->trans("Total").''; + print ''.ConvertSecondToTime($total).' '; print ''; print '';