diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index e736cadf8ce..713ade2f736 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -315,7 +315,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '
';
+print ' | ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' | ';
@@ -401,13 +401,13 @@ while ($i < min($num, $limit))
print '';
// Nb of voters
- print''.$nbuser.' | '."\n";
+ print''.$nbuser.' | '."\n";
- print ''.dol_print_date($db->jdate($obj->date_fin), 'day');
+ print ' | '.dol_print_date($db->jdate($obj->date_fin), 'day');
if ($db->jdate($obj->date_fin) < $now && $obj->status == Opensurveysondage::STATUS_VALIDATED) { print img_warning($langs->trans("Expired")); }
print ' | ';
- print''.$opensurvey_static->getLibStatut(5).' | '."\n";
+ print''.$opensurvey_static->getLibStatut(5).' | '."\n";
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
@@ -416,7 +416,7 @@ while ($i < min($num, $limit))
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
- print '';
+ print ' | ';
if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
{
$selected=0;
@@ -437,7 +437,7 @@ if (isset($totalarray['pos']))
while ($i < $totalarray['nbfield'])
{
$i++;
- if (! empty($totalarray['pos'][$i])) print ' | '.price($totalarray['val'][$totalarray['pos'][$i]]).' | ';
+ if (! empty($totalarray['pos'][$i])) print ''.price($totalarray['val'][$totalarray['pos'][$i]]).' | ';
else
{
if ($i == 1)