From 63c4cfb6099280f4529a93df0e27c78a498fa51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Mon, 20 Aug 2012 02:45:38 +0200 Subject: [PATCH] Fixed incorrect HTML --- htdocs/comm/action/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index fc671b76436..46d9ecd5242 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -715,7 +715,7 @@ if ($id) print ''; // Status - print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''; + print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''; $percent=GETPOST("percentage")?GETPOST("percentage"):$act->percentage; print $htmlactions->form_select_status_action('formaction',$percent,1); print ''; @@ -865,7 +865,7 @@ if ($id) print ''; // Status - print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''; + print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''; print $act->getLibStatut(4); print '';