diff --git a/e107_plugins/poll/poll_class.php b/e107_plugins/poll/poll_class.php index f006fc8df..dd5b5703b 100644 --- a/e107_plugins/poll/poll_class.php +++ b/e107_plugins/poll/poll_class.php @@ -427,7 +427,7 @@ class poll foreach ($optionArray as $option) { $OPTION = $tp->toHTML($option, TRUE); - $BAR = ($percentage[$count] ? "
" : ""); + $BAR = ($percentage[$count] ? "
" : ""); $PERCENTAGE = $percentage[$count]."%"; $VOTES = POLLAN_31.": ".$voteArray[$count]; $text .= preg_replace("/\{(.*?)\}/e", '$\1', ($type == "forum" ? $POLL_FORUM_VOTED_LOOP : $POLL_VOTED_LOOP));