@@ -234,7 +234,7 @@ discard block |
||
| 234 | 234 | // look what user voted for this dts |
| 235 | 235 | foreach ($others[$usr] as $vote) { |
| 236 | 236 | if ($optionElement->getPollOptionText() === $vote->getVoteOptionText()) { |
| 237 | - $class = $vote->getVoteAnswer() . ' icon-'.$vote->getVoteAnswer(); |
|
| 237 | + $class = $vote->getVoteAnswer() . ' icon-' . $vote->getVoteAnswer(); |
|
| 238 | 238 | break; |
| 239 | 239 | } |
| 240 | 240 | $class = 'no icon-no'; |
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | if (isset($userVoted)) { |
| 281 | 281 | foreach ($userVoted as $vote) { |
| 282 | 282 | if ($optionElement->getPollOptionText() === $vote->getVoteOptionText()) { |
| 283 | - $class = $vote->getVoteAnswer() . ' icon-'.$vote->getVoteAnswer(); |
|
| 283 | + $class = $vote->getVoteAnswer() . ' icon-' . $vote->getVoteAnswer(); |
|
| 284 | 284 | break; |
| 285 | 285 | } else { |
| 286 | 286 | $class = 'unvoted'; |