From 73606c85b3d8084188ad6a543483e5812b28984f Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 21 Jan 2019 10:08:20 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/societe/card.php | 10 +++++----- htdocs/societe/consumption.php | 2 +- htdocs/societe/website.php | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index c6dd6266035..617e9f9a1f7 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -10,7 +10,7 @@ * Copyright (C) 2015 Jean-François Ferry * Copyright (C) 2015 Marcos García * Copyright (C) 2015 Raphaël Doursenaud - * Copyright (C) 2018 Nicolas ZABOURI + * Copyright (C) 2018 Nicolas ZABOURI * Copyright (C) 2018 Ferran Marcet * Copyright (C) 2018 Frédéric France * @@ -2335,7 +2335,7 @@ else print ''.$langs->transcountry("TypeLocaltax1", $mysoc->country_code).' id.'">'.img_edit($langs->transnoentitiesnoconv('Edit'),1).''; if($action == 'editRE') { - print ''; + print ''; $formcompany->select_localtax(1,$object->localtax1_value, "lt1"); print ''; } @@ -2352,7 +2352,7 @@ else print ''; print ''.$langs->transcountry("TypeLocaltax2", $mysoc->country_code).'id.'">'.img_edit($langs->transnoentitiesnoconv('Edit'),1).''; if($action == 'editIRPF'){ - print ''; + print ''; $formcompany->select_localtax(2,$object->localtax2_value, "lt2"); print ''; }else{ @@ -2373,7 +2373,7 @@ else print ''; print ' '.$langs->transcountry("TypeLocaltax1", $mysoc->country_code).'id.'">'.img_edit($langs->transnoentitiesnoconv('Edit'),1).''; if($action == 'editRE'){ - print ''; + print ''; $formcompany->select_localtax(1,$object->localtax1_value, "lt1"); print ''; }else{ @@ -2395,7 +2395,7 @@ else print ''; print ' '.$langs->transcountry("TypeLocaltax2", $mysoc->country_code).' id.'">'.img_edit($langs->transnoentitiesnoconv('Edit'),1).''; if($action == 'editIRPF'){ - print ''; + print ''; $formcompany->select_localtax(2,$object->localtax2_value, "lt2"); print ''; }else{ diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 580314dbf1d..dd4134bae86 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -594,7 +594,7 @@ if ($sql_select) */ print ''; - //print ''.$prodreftxt.''; + //print ''.$prodreftxt.''; print ''.$objp->prod_qty.''; $total_qty+=$objp->prod_qty; diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php index 032ece6f4c4..ce09d4434ed 100644 --- a/htdocs/societe/website.php +++ b/htdocs/societe/website.php @@ -501,8 +501,8 @@ if (isset($totalarray['pos'])) { if ($i == 1) { - if ($num < $limit) print ''.$langs->trans("Total").''; - else print ''.$langs->trans("Totalforthispage").''; + if ($num < $limit) print ''.$langs->trans("Total").''; + else print ''.$langs->trans("Totalforthispage").''; } else print ''; }