diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/poll/poll-vote.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll-vote.tpl.php b/modules/poll/poll-vote.tpl.php index 8c3a46636..84ddaee10 100644 --- a/modules/poll/poll-vote.tpl.php +++ b/modules/poll/poll-vote.tpl.php @@ -19,7 +19,7 @@ <div class="vote-form"> <div class="choices"> <?php if ($block): ?> - <div class="title"><?php print $title; ?>:</div> + <div class="title"><?php print $title; ?></div> <?php endif; ?> <?php print $choice; ?> </div> |