1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fixes #3494 - additional fix in poll html markup

This commit is contained in:
Tijn Kuyper 2018-10-09 12:20:07 +02:00 committed by GitHub
parent 72f6534eae
commit 690db62a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -675,7 +675,7 @@ class poll
$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))."
</div>";
}