diff --git a/e107_plugins/poll/poll_class.php b/e107_plugins/poll/poll_class.php index b037af249..1ec94037a 100644 --- a/e107_plugins/poll/poll_class.php +++ b/e107_plugins/poll/poll_class.php @@ -429,7 +429,7 @@ class poll $VOTE_TOTAL = POLLAN_31.": ".$voteTotal; - $COMMENTS = ($pollArray['poll_comment'] ? " ".POLLAN_27.": ".$comment_total."" : ""); + $COMMENTS = ($pollArray['poll_comment'] ? " ".POLLAN_27.": ".$comment_total."" : ""); $poll_count = $sql->count("polls", "(*)", "WHERE poll_id <= '".$pollArray['poll_id']."'"); @@ -440,7 +440,7 @@ class poll $OLDPOLLS = ($type == 'menu' ? "".POLLAN_28."" : ""); } - $AUTHOR = POLLAN_35." ".($type == 'preview' || $type == 'forum' ? USERNAME : "".$pollArray['user_name'].""); + $AUTHOR = POLLAN_35." ".($type == 'preview' || $type == 'forum' ? USERNAME : "".$pollArray['user_name'].""); @@ -488,7 +488,7 @@ class poll case 'results' : if ($pollArray['poll_result_type'] && !strstr(e_SELF, "comment.php")) { - $text = "


".POLLAN_39."

".POLLAN_40."


"; + $text = "


".POLLAN_39."

".POLLAN_40."


"; } else {