[Bps-public-commit] App-Changeloggr branch, master, updated. e5bf292dab2a4dcd46a7eb433097a42c269551a8
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 22 15:57:18 EDT 2009
The branch, master has been updated
via e5bf292dab2a4dcd46a7eb433097a42c269551a8 (commit)
from 20548fbc8419c2dc54662197dffee726cf0bad82 (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit e5bf292dab2a4dcd46a7eb433097a42c269551a8
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 22 15:57:14 2009 -0400
tidy
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index eb515db..bc524b2 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -238,11 +238,11 @@ sub show_vote_form {
if ($valid_tags->count) {
while (my $valid_tag = $valid_tags->next) {
$vote->button(
- class => "vote",
- label => $valid_tag->text,
+ class => "vote",
+ label => $valid_tag->text,
key_binding => $valid_tag->hotkey,
- onclick => { submit => $vote, refresh_self => 1 },
- arguments => { tag => $valid_tag->text },
+ onclick => { submit => $vote, refresh_self => 1 },
+ arguments => { tag => $valid_tag->text },
);
}
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list