Fixed selected user in config page

This commit is contained in:
2016-09-05 09:25:07 +02:00
parent 9ca611aca2
commit 584f6c0469
+1 -1
View File
@@ -13834,7 +13834,7 @@ void show_config_page(LOGBOOK * lbs)
}
else {
strencode2(str, user_list[i], sizeof(str));
rsprintf("<option selected value=\"%s\">%s &lt;%s&gt;\n", str, str, user_email);
rsprintf("<option value=\"%s\">%s &lt;%s&gt;\n", str, str, user_email);
}
}