summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-06 14:46:41 +0200
committerYorhel <git@yorhel.nl>2009-09-06 14:46:41 +0200
commit28a287fac06fe9e3618071a7532125c4339a4e3b (patch)
tree929a58d6bfb49e0323945ed4a116c640a5e95f80 /lib/VNDB/Handler/Users.pm
parentcf0ba88d0076586202fda68aa0e0d8783b80d79c (diff)
L10N: Converted Handler::VNPage
This is the last Handler module. There are still some other things left in Util:: and global.pl, though. But at least we're nearing the end!
Diffstat (limited to 'lib/VNDB/Handler/Users.pm')
-rw-r--r--lib/VNDB/Handler/Users.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index 2e1250bc..d97c8377 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -36,10 +36,10 @@ sub userpage {
h1 $title;
table;
- my $i = 1;
+ my $i = 0;
- Tr class => 'key odd';
- td mt '_userpage_username';
+ Tr ++$i % 2 ? (class => 'odd') : ();
+ td class => 'key', mt '_userpage_username';
td;
txt ucfirst($u->{username}).' (';
a href => "/u$uid", "u$uid";