mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed selected user in config page
This commit is contained in:
parent
9ca611aca2
commit
584f6c0469
@ -13834,7 +13834,7 @@ void show_config_page(LOGBOOK * lbs)
|
||||
}
|
||||
else {
|
||||
strencode2(str, user_list[i], sizeof(str));
|
||||
rsprintf("<option selected value=\"%s\">%s <%s>\n", str, str, user_email);
|
||||
rsprintf("<option value=\"%s\">%s <%s>\n", str, str, user_email);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user