summaryrefslogtreecommitdiff
path: root/modules/poll.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2002-05-11 15:51:52 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2002-05-11 15:51:52 +0000
commitc72bf4b5f79297eff699bd6207f0acdb3bfc4e30 (patch)
tree679be8b55bdf7f2d437bd2efabc1e0ab73505159 /modules/poll.module
parentdf5dee8444a48dce64a83054791175e88e3cd160 (diff)
downloadbrdo-c72bf4b5f79297eff699bd6207f0acdb3bfc4e30.tar.gz
brdo-c72bf4b5f79297eff699bd6207f0acdb3bfc4e30.tar.bz2
Code-style fix
Diffstat (limited to 'modules/poll.module')
-rw-r--r--modules/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll.module b/modules/poll.module
index ee78abddc..c64bfebc9 100644
--- a/modules/poll.module
+++ b/modules/poll.module
@@ -267,7 +267,7 @@ function poll_view(&$node, $main = 0, $block = 0) {
// Prevent a 'read more' link in the side-block.
$node->body = $node->teaser = "";
}
- $output .= "<br /><div align=\"center\">Total votes: ". $votestotal . ($block ? "<br />" . $theme->links(link_node($node, $main)) : "") ."</div>";
+ $output .= "<br /><div align=\"center\">Total votes: ". $votestotal . ($block ? "<br />". $theme->links(link_node($node, $main)) : "") ."</div>";
}
// Force the output on both the mainpage and elsewhere
$node->body = $output;