diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
index a1738474459..eeabbb11b1e 100644
--- a/htdocs/modulebuilder/template/myobject_list.php
+++ b/htdocs/modulebuilder/template/myobject_list.php
@@ -542,8 +542,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 ' | ';
}
diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index cf52d83c680..93086de389f 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -442,8 +442,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 ' | ';
}