From a1ae4da70b7fa74bc4314c535f0482c4086cab0d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 7 Oct 2005 06:51:43 +0000 Subject: - Removing tabs and trailing whitespaces. --- modules/poll/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll/poll.module') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index a6931f9dd..57a8954df 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -304,7 +304,7 @@ function poll_view_voting(&$node, $teaser, $page, $block) { if ($_POST['op'] == t('Vote')) { poll_vote($node); } - + if ($node->choice) { $list = array(); foreach ($node->choice as $i => $choice) { -- cgit v1.2.3