Little spacing improvement

This commit is contained in:
Marcos García de La Fuente 2014-01-05 07:05:04 +01:00
parent b2c0463cd9
commit 08560cbc5f

View File

@ -556,7 +556,7 @@ if (GETPOST('ajoutsujet'))
}
if ($user->rights->opensurvey->write) {
print $langs->trans("PollAdminDesc",img_picto('','cancel.png@opensurvey'),img_picto('','add-16.png@opensurvey')).'<br><br>';
print '<br />'.$langs->trans("PollAdminDesc",img_picto('','cancel.png@opensurvey'),img_picto('','add-16.png@opensurvey')).'<br>';
}
$nbcolonnes=substr_count($object->sujet,',')+1;