From 88d58c154ada6c6a37a26f6560850ccc400fe130 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 27 Aug 2012 10:58:26 -0700 Subject: Issue #1751650 by Ivan Zugec: comment formatting --- modules/poll/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 6cea88648..70eb65dce 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -817,7 +817,7 @@ function poll_view_results($node, $view_mode, $block = FALSE) { // Make sure that choices are ordered by their weight. uasort($node->choice, 'drupal_sort_weight'); - // Count the votes and find the maximum + // Count the votes and find the maximum. $total_votes = 0; $max_votes = 0; foreach ($node->choice as $choice) { -- cgit v1.2.3