diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp
index a627f9e..739fc79 100644
--- a/src/WebCfgServer.cpp
+++ b/src/WebCfgServer.cpp
@@ -418,8 +418,8 @@ void WebCfgServer::buildOtaHtml(String &response, bool errored)
response.concat("Click on the button to reboot and automatically update Nuki Hub and the Nuki Hub updater to the latest versions from GitHub");
response.concat("
");
response.concat("");
- response.concat("");
- response.concat("");
+ response.concat("");
+ response.concat("");
response.concat("
");
response.concat("Current version: ");
@@ -2007,7 +2007,7 @@ void WebCfgServer::buildHtml(String& response)
{
String lockState = pinStateToString(_preferences->getInt(preference_lock_pin_status, 4));
printParameter(response, "Nuki Lock PIN status", lockState.c_str(), "", "lockPin");
-
+
if(_preferences->getBool(preference_official_hybrid, false))
{
String offConnected = _nuki->offConnected() ? "Yes": "No";
@@ -3263,4 +3263,4 @@ String WebCfgServer::getPreselectionForGpio(const uint8_t &pin)
return String((int8_t)PinRole::Disabled);
}
-#endif
\ No newline at end of file
+#endif