mirror of
https://github.com/webmin/webmin.git
synced 2025-07-25 01:23:45 +00:00
Remove useless tr
This commit is contained in:
@ -84,7 +84,6 @@ elsif (@ulist) {
|
|||||||
# Show as table of users
|
# Show as table of users
|
||||||
@grid = ( );
|
@grid = ( );
|
||||||
for($i=0; $i<@ulist; $i++) {
|
for($i=0; $i<@ulist; $i++) {
|
||||||
if ($i%4 == 0) { print "<tr>\n"; }
|
|
||||||
push(@grid, "<a href=\"edit_passwd.cgi?".
|
push(@grid, "<a href=\"edit_passwd.cgi?".
|
||||||
"user=$ulist[$i]->[0]\">".
|
"user=$ulist[$i]->[0]\">".
|
||||||
&html_escape($ulist[$i]->[0])."</a>");
|
&html_escape($ulist[$i]->[0])."</a>");
|
||||||
|
Reference in New Issue
Block a user