diff --git a/qa-poll-layer.php b/qa-poll-layer.php index 6f6e502..f65ae05 100644 --- a/qa-poll-layer.php +++ b/qa-poll-layer.php @@ -295,7 +295,7 @@ function getPollDiv($qid,$uid,$vid=null,$cancel=false) { else if(!in_array($uid,$votes)) $answers[$idx]['vote'] = '
'; else { - $answers[$idx]['vote'] = '
'; + $answers[$idx]['vote'] = '
'; $voted = true; }