diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index ee2376a60..75536b8c6 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -741,7 +741,7 @@ int http_fn_index(http_request_t* request) { hprintf255(request, "
", SPECIAL_CHANNEL_BASECOLOR); // onchange would fire only if colour was changed // onblur will fire every time - hprintf255(request, "", inputName, SPECIAL_CHANNEL_BASECOLOR, colorValue); + hprintf255(request, "", inputName, SPECIAL_CHANNEL_BASECOLOR, colorValue); hprintf255(request, "", inputName, SPECIAL_CHANNEL_BASECOLOR); hprintf255(request, "
"); poststr(request, "");