diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php
index a0212c71e01..12b494cfb74 100644
--- a/htdocs/compta/prelevement/list.php
+++ b/htdocs/compta/prelevement/list.php
@@ -458,7 +458,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/compta/prelevement/orders_list.php b/htdocs/compta/prelevement/orders_list.php
index ec2976f363c..ad247bfe524 100644
--- a/htdocs/compta/prelevement/orders_list.php
+++ b/htdocs/compta/prelevement/orders_list.php
@@ -460,7 +460,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/compta/sociales/list.php b/htdocs/compta/sociales/list.php
index 72c00d61c3e..32ab9a85cbd 100644
--- a/htdocs/compta/sociales/list.php
+++ b/htdocs/compta/sociales/list.php
@@ -682,7 +682,7 @@ while ($i < $imaxinloop) {
print '
';
}
} else {
- print '';
+ print '
';
// Action column
diff --git a/htdocs/eventorganization/conferenceorbooth_list.php b/htdocs/eventorganization/conferenceorbooth_list.php
index b41b304fde7..2a693b5c520 100644
--- a/htdocs/eventorganization/conferenceorbooth_list.php
+++ b/htdocs/eventorganization/conferenceorbooth_list.php
@@ -995,7 +995,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '| ';
diff --git a/htdocs/intracommreport/list.php b/htdocs/intracommreport/list.php
index d92be320646..afc7d87fa06 100644
--- a/htdocs/intracommreport/list.php
+++ b/htdocs/intracommreport/list.php
@@ -700,7 +700,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print ' |
';
+ print '
';
// Action column
if ($conf->main_checkbox_left_column) {
diff --git a/htdocs/loan/list.php b/htdocs/loan/list.php
index 9954480e20b..4e8221fd437 100644
--- a/htdocs/loan/list.php
+++ b/htdocs/loan/list.php
@@ -445,7 +445,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/mrp/mo_list.php b/htdocs/mrp/mo_list.php
index 2514b3e43b2..970c0a95875 100644
--- a/htdocs/mrp/mo_list.php
+++ b/htdocs/mrp/mo_list.php
@@ -904,7 +904,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index 883c18c9faf..e5df824b43d 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -455,7 +455,7 @@ while ($i < $imaxinloop) {
$opensurvey_static->date_fin = $db->jdate($obj->date_fin);
// Show here line of result
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '| ';
diff --git a/htdocs/reception/list.php b/htdocs/reception/list.php
index d839917e341..46bacbedf07 100644
--- a/htdocs/reception/list.php
+++ b/htdocs/reception/list.php
@@ -1294,7 +1294,7 @@ while ($i < $imaxinloop) {
print ' |
';
}
} else {
- print '';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/variants/list.php b/htdocs/variants/list.php
index e3a1520b4da..afd3e1ef0f1 100644
--- a/htdocs/variants/list.php
+++ b/htdocs/variants/list.php
@@ -718,7 +718,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '| ';
diff --git a/htdocs/webhook/target_list.php b/htdocs/webhook/target_list.php
index f144b69173f..daad9802076 100644
--- a/htdocs/webhook/target_list.php
+++ b/htdocs/webhook/target_list.php
@@ -654,7 +654,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print ' |
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
diff --git a/htdocs/webhook/triggerhistory_list.php b/htdocs/webhook/triggerhistory_list.php
index 550dc8d1c98..202484e6989 100644
--- a/htdocs/webhook/triggerhistory_list.php
+++ b/htdocs/webhook/triggerhistory_list.php
@@ -749,7 +749,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if ($conf->main_checkbox_left_column) {
diff --git a/htdocs/workstation/workstation_list.php b/htdocs/workstation/workstation_list.php
index 3f7b881db67..4a87b765f89 100644
--- a/htdocs/workstation/workstation_list.php
+++ b/htdocs/workstation/workstation_list.php
@@ -693,7 +693,7 @@ while ($i < $imaxinloop) {
} else {
// Show line of result
$j = 0;
- print '
';
+ print '
';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '| ';
|