diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-13 19:38:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-13 19:38:42 +0000 |
commit | bddec37f6df0fdb9171ec826f6961517163934da (patch) | |
tree | 8f1eef3f009e965cdfe2c72ac211c54ea69a9500 /modules | |
parent | a4623f1f713ca3e23c8cbe7b9090f5642ff72363 (diff) | |
download | brdo-bddec37f6df0fdb9171ec826f6961517163934da.tar.gz brdo-bddec37f6df0fdb9171ec826f6961517163934da.tar.bz2 |
- Patch #478598 by pp: remove colon.
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> |