mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #3494 - additional fix in poll html markup
This commit is contained in:
@@ -675,7 +675,7 @@ class poll
|
|||||||
|
|
||||||
$opt = ($count==1) ? "poll_answer" : "";
|
$opt = ($count==1) ? "poll_answer" : "";
|
||||||
|
|
||||||
$text .= "<div class='form-group' ".$opt.">
|
$text .= "<div class='form-group' id='".$opt."'>
|
||||||
".$frm->text('poll_option[]', $_POST['poll_option'][($count-1)], '200', array('placeholder' => POLLAN_4, 'id' => $opt))."
|
".$frm->text('poll_option[]', $_POST['poll_option'][($count-1)], '200', array('placeholder' => POLLAN_4, 'id' => $opt))."
|
||||||
</div>";
|
</div>";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user