diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php index 0a005862054..c1ad179342a 100644 --- a/htdocs/accountancy/admin/index.php +++ b/htdocs/accountancy/admin/index.php @@ -221,7 +221,7 @@ if ($resql) { $row = $db->fetch_row($resql); print ''; $i ++; @@ -291,4 +291,4 @@ print "\n"; print '

'; print ''; llxFooter(); -$db->close(); \ No newline at end of file +$db->close(); diff --git a/htdocs/accountancy/class/html.formventilation.class.php b/htdocs/accountancy/class/html.formventilation.class.php index f2b6ba6346c..abd66a7885d 100644 --- a/htdocs/accountancy/class/html.formventilation.class.php +++ b/htdocs/accountancy/class/html.formventilation.class.php @@ -66,7 +66,7 @@ class FormVentilation extends Form $selected = ''; if ($selectedkey == $obj->import_key) { - $selected = ' selected="selected" '; + $selected = ' selected '; } $out .= ''; @@ -126,8 +126,8 @@ class FormVentilation extends Form // Remember guy's we store in database llx_facturedet the rowid of accountingaccount and not the account_number // Because same account_number can be share between different accounting_system and do have the same meaning if (($selectid != '') && $selectid == $obj->rowid) { - // $out .= ''; - $out .= ''; + // $out .= ''; + $out .= ''; } else { // $out .= ''; $out .= ''; @@ -184,7 +184,7 @@ class FormVentilation extends Form $label = $obj->pcg_type; if (($selectid != '') && $selectid == $obj->pcg_type) { - $out .= ''; + $out .= ''; } else { $out .= ''; } @@ -240,7 +240,7 @@ class FormVentilation extends Form $label = $obj->pcg_subtype; if (($selectid != '') && $selectid == $obj->pcg_subtype) { - $out .= ''; + $out .= ''; } else { $out .= ''; } diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 2dca4821727..e993d2c276c 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -670,7 +670,7 @@ if (! empty($conf->banque->enabled)) $row = $db->fetch_row($resql); print ''; $i++; @@ -694,7 +694,7 @@ print "".$langs->trans("SuggestPaymentByChequeToAddress").""; print ""; print ''; print ''; - print ''; - print ''; + print ''; + print ''; print ''; } // print ''; @@ -356,8 +356,8 @@ if ($action == 'create') // Target print ''.$langs->trans('Target').''.$langs->trans('DetailTarget').''; // Enabled @@ -406,9 +406,9 @@ elseif ($action == 'edit') // User print ''.$langs->trans('MenuForUsers').''.$langs->trans('DetailUser').''; // Type @@ -438,8 +438,8 @@ elseif ($action == 'edit') // Target print ''.$langs->trans('Target').''.$langs->trans('DetailTarget').''; // Enabled diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index 7cd98625ac9..842efb3a0ac 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -215,7 +215,7 @@ print ''; - +