summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index e6952e06a..325101bdf 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -427,7 +427,7 @@ function poll_page() {
}
/**
- * Creates a simple teaser that lists all the choices.
+ * Creates a simple teaser that lists all the choices.
*
* This is primarily used for RSS.
*/
@@ -460,9 +460,9 @@ function poll_view_voting(&$form_state, $node, $block) {
'#options' => $list,
);
}
-
+
$form['vote'] = array(
- '#type' => 'submit',
+ '#type' => 'submit',
'#value' => t('Vote'),
'#submit' => array('poll_vote'),
);
@@ -594,7 +594,7 @@ function poll_cancel_form(&$form_state, $nid) {
$form['#nid'] = $nid;
$form['submit'] = array(
- '#type' => 'submit',
+ '#type' => 'submit',
'#value' => t('Cancel your vote'),
'#submit' => array('poll_cancel')
);