repeating events example and label fix (cosmetic only changes)

This commit is contained in:
openshwprojects
2022-12-19 15:29:12 +01:00
parent b82cc7f039
commit 2e04d02e4f
2 changed files with 3 additions and 1 deletions

View File

@ -2559,7 +2559,7 @@ int http_fn_cfg_generic(http_request_t* request) {
CFG_Save_IfThereArePendingChanges();
hprintf255(request, "<h5>Flags (Current_div100 value=%i)<h5>", CFG_GetFlags());
hprintf255(request, "<h5>Flags (Current value=%i)<h5>", CFG_GetFlags());
poststr(request, "<form action=\"/cfg_generic\">");
for (i = 0; i < OBK_TOTAL_FLAGS; i++) {