diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index c6932e34f45..bafa9a0f30e 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -592,7 +592,7 @@ if (!$showdatefilter) { print '
'; print '
'; - print ''; + print ''; print ''; print ''; print ''; @@ -894,7 +894,7 @@ foreach ($listofreferent as $key => $value) // Define form with the combo list of elements to link $addform .= '
'; $addform .= ''; - $addform .= ''; + $addform .= ''; $addform .= ''; $addform .= ''; $addform .= ''; diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index ea7fd71c9e6..bcee660a17d 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -2275,7 +2275,7 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment var hiddenInput2 = document.createElement('input'); hiddenInput2.setAttribute('type', 'hidden'); hiddenInput2.setAttribute('name', 'token'); - hiddenInput2.setAttribute('value', ''); + hiddenInput2.setAttribute('value', ''); form.appendChild(hiddenInput2); // Submit the form @@ -2299,7 +2299,7 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment var hiddenInput2 = document.createElement('input'); hiddenInput2.setAttribute('type', 'hidden'); hiddenInput2.setAttribute('name', 'token'); - hiddenInput2.setAttribute('value', ''); + hiddenInput2.setAttribute('value', ''); form.appendChild(hiddenInput2); // Submit the form