diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h
index 0e93710..c401786 100644
--- a/src/AutoConnectUpdatePage.h
+++ b/src/AutoConnectUpdatePage.h
@@ -49,7 +49,7 @@ const AutoConnectUpdate::ACPage_t AutoConnectUpdate::_auxProgress PROGMEM = {
// Definition of the AUTOCONNECT_URI_UPDATE_RESULT page to notify update results
const AutoConnectUpdate::ACElementProp_t AutoConnectUpdate::_elmResult[] PROGMEM = {
{ AC_Text, "status", nullptr, nullptr },
- { AC_Element, "restart", "", nullptr }
+ { AC_Element, "restart", "", nullptr }
};
const AutoConnectUpdate::ACPage_t AutoConnectUpdate::_auxResult PROGMEM = {
AUTOCONNECT_URI_UPDATE_RESULT, "Update", false, AutoConnectUpdate::_elmResult