This commit is contained in:
Laurent Destailleur 2020-12-09 12:23:37 +01:00
parent 43b1be01d9
commit 7459607eb9

View File

@ -729,7 +729,7 @@ if ($comments)
// Form to add comment
if ($object->allow_comments) {
print '<div class="addcomment"><span class="opacitymedium">'.$langs->trans("AddACommentForPoll")."</span><br>\n";
print '<br><div class="addcomment"><span class="opacitymedium">'.$langs->trans("AddACommentForPoll")."</span><br>\n";
print '<textarea name="comment" rows="'.ROWS_2.'" class="quatrevingtpercent">'.dol_escape_htmltag(GETPOST('comment', 'restricthtml'), 0, 1).'</textarea><br>'."\n";
print $langs->trans("Name").': ';