Completed
Pull Request — master (#429)
by René
04:19
created
templates/goto.tmpl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.