From 985df7a492725b7d63382208a7cac2929c9246d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gieling?= Date: Fri, 13 Oct 2017 14:43:28 +0200 Subject: commented class corrected --- templates/main.tmpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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; -- cgit v1.2.3