Missing space

This commit is contained in:
Laurent Destailleur 2013-06-20 09:40:02 +02:00
parent 66d02240f5
commit 4268ca0de2

View File

@ -164,11 +164,11 @@ print '<br>'."\n";
$cocheplus='';
if ($_SESSION["canedit"]) $cocheplus="checked";
print '<input type="checkbox" name="canedit" '.$cocheplus.'>'. $langs->trans("VotersCanModify") .'<br>'."\n";
print '<input type="checkbox" name="canedit" '.$cocheplus.'> '. $langs->trans("VotersCanModify") .'<br>'."\n";
if ($_SESSION["mailsonde"]) $cochemail="checked";
print '<input type=checkbox name=mailsonde '.$cochemail.'>'. $langs->trans("ToReceiveEMailForEachVote") .'<br>'."\n";
print '<input type=checkbox name=mailsonde '.$cochemail.'> '. $langs->trans("ToReceiveEMailForEachVote") .'<br>'."\n";
if (GETPOST('choix_sondage'))
{