diff --git a/htdocs/opensurvey/public/create_survey.php b/htdocs/opensurvey/public/create_survey.php
index 2010a6fdd03..d5e6a930357 100755
--- a/htdocs/opensurvey/public/create_survey.php
+++ b/htdocs/opensurvey/public/create_survey.php
@@ -164,11 +164,11 @@ print '
'."\n";
$cocheplus='';
if ($_SESSION["canedit"]) $cocheplus="checked";
-print ''. $langs->trans("VotersCanModify") .'
'."\n";
+print ' '. $langs->trans("VotersCanModify") .'
'."\n";
if ($_SESSION["mailsonde"]) $cochemail="checked";
-print ''. $langs->trans("ToReceiveEMailForEachVote") .'
'."\n";
+print ' '. $langs->trans("ToReceiveEMailForEachVote") .'
'."\n";
if (GETPOST('choix_sondage'))
{