diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
index 64b270799a2..32dde7ddb3e 100644
--- a/htdocs/opensurvey/card.php
+++ b/htdocs/opensurvey/card.php
@@ -392,8 +392,6 @@ if ($action == 'delete')
-print '
';
-
print '
';
print '
'.$langs->trans("ExportSpreadsheet").' (.CSV)'.'';
@@ -546,7 +548,7 @@ if (GETPOST('ajoutsujet'))
for ($i = 1; $i < 32; $i++) {
print '
'."\n";
}
- print ''."\n";
+ print ''."\n";
print $formother->select_month('', 'nouveaumois', 1);
@@ -560,14 +562,14 @@ if (GETPOST('ajoutsujet'))
for ($i = 0; $i < 24; $i++) {
print '
'."\n";
}
- print ''."\n";
+ print ''."\n";
print '
'."\n";
+ print ''."\n";
print '
'.$langs->trans("AddEndHour").':
'."\n";
print '
'."\n";
+ print ''."\n";
print '
';
print'
'."\n";
@@ -597,7 +599,7 @@ if (GETPOST('ajoutsujet'))
}
if ($user->rights->opensurvey->write) {
- print '
'.$langs->trans("PollAdminDesc", img_picto('', 'delete'), $langs->trans("Add")).'
';
+ print '
'.$langs->trans("PollAdminDesc", img_picto('', 'delete'), $langs->trans("Add")).'';
}
$nbcolonnes = substr_count($object->sujet, ',') + 1;