Remove useless tr

This commit is contained in:
Jamie Cameron
2009-05-20 18:13:55 +00:00
parent 024c93a0a7
commit a4b6800375

View File

@ -84,7 +84,6 @@ elsif (@ulist) {
# Show as table of users
@grid = ( );
for($i=0; $i<@ulist; $i++) {
if ($i%4 == 0) { print "<tr>\n"; }
push(@grid, "<a href=\"edit_passwd.cgi?".
"user=$ulist[$i]->[0]\">".
&html_escape($ulist[$i]->[0])."</a>");