mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Moved option closing tag
This commit is contained in:
parent
e1db069131
commit
21670c3780
@ -57,8 +57,8 @@
|
||||
$groups_select .= " selected";
|
||||
}
|
||||
}
|
||||
$groups_select .= ">" . $accounts[$i]["account_lid"] . "</option>\n";
|
||||
}
|
||||
$groups_select .= ">" . $accounts[$i]["account_lid"] . "</option>\n";
|
||||
}
|
||||
$groups_select .= "</select>";
|
||||
$t->set_var("groups_select",$groups_select);
|
||||
|
Loading…
Reference in New Issue
Block a user