Commit 142a1d0c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

minor.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@455 b35dd754-fafc-0310-a699-88a17e54d16e
parent bfd0b0c0
......@@ -133,7 +133,7 @@ Sorted by Username
User user = (User)users.next();
i++;
%>
<tr class="jive-<%= (((i%2)==0) ? "odd" : "odd") %>">
<tr class="jive-<%= (((i%2)==0) ? "even" : "odd") %>">
<td width="1%">
<%= i %>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment