Fixed selected user in config page
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user