Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-12-30 19:30:21 +0300
committerdartcafe <github@dartcafe.de>2019-02-03 21:02:23 +0300
commit682cbeb27ceca93aadf7f3cc4c1ccd356449da1f (patch)
tree700425d028e57ef52d5e369c53fa5fa876728d6f /templates
parent91e948504743adeae588c6fc2c64934ed4799e4d (diff)
Progress
Diffstat (limited to 'templates')
-rw-r--r--templates/vote.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.tmpl.php b/templates/vote.tmpl.php
index f86b189d..deec791f 100644
--- a/templates/vote.tmpl.php
+++ b/templates/vote.tmpl.php
@@ -320,7 +320,7 @@
if (isset($userVoted)) {
foreach ($userVoted as $vote) {
if ($optionElement->getPollOptionText() === $vote->getVoteOptionText()) {
- $class = $vote->getVoteAnswer() . ' icon-' . $vote->getVoteAnswer();
+ $class = 'lala' . $vote->getVoteAnswer() . ' icon-' . $vote->getVoteAnswer() . ' ' . $vote->getVoteAnswer();
break;
} else {
$class = 'unvoted';