Remove useless tr
authorJamie Cameron <jcameron@webmin.com>
Wed, 20 May 2009 18:13:55 +0000 (18:13 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 20 May 2009 18:13:55 +0000 (18:13 +0000)
passwd/index.cgi

index c8c1c4c..49050a8 100755 (executable)
@@ -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>");