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:
authorRené Gieling <github@dartcafe.de>2017-10-13 15:43:28 +0300
committerGitHub <noreply@github.com>2017-10-13 15:43:28 +0300
commit985df7a492725b7d63382208a7cac2929c9246d3 (patch)
tree0d93e30add0f2ee75f41e1f6572d1218295d6806 /templates
parente3a6cb9f5ac42006db8867d9630d23033b87f779 (diff)
commented class corrected
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 8263af8b..aa4825a4 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -131,7 +131,7 @@
for ($i = 0; $i < count($comments); $i++) {
if ($poll->getId() === intval($comments[$i]->getPollId())) {
- $commented_class = 'partic_yes';
+ $commented_class = 'commented_yes';
$commented_title = 'You commented';
array_splice($comments, $i, 1);
break;