diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-07 06:51:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-07 06:51:43 +0000 |
commit | a1ae4da70b7fa74bc4314c535f0482c4086cab0d (patch) | |
tree | 758bba956562f0b41d90bf938616d08bf0091930 /modules/poll/poll.module | |
parent | e19af57a9a93ee5281d8e1f333eb175467ff961e (diff) | |
download | brdo-a1ae4da70b7fa74bc4314c535f0482c4086cab0d.tar.gz brdo-a1ae4da70b7fa74bc4314c535f0482c4086cab0d.tar.bz2 |
- Removing tabs and trailing whitespaces.
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r-- | modules/poll/poll.module | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |