mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Remove useless tr
This commit is contained in:
@ -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>");
|
||||
|
Reference in New Issue
Block a user