From e2a287f57a07249ed39a005e30a21020394413a3 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 23 Oct 2024 00:16:25 -0400 Subject: [PATCH] Remove 'immediately' from header/footer desc It's not immediate, the 'wrap' div is added before/after. --- WiFiManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WiFiManager.cpp b/WiFiManager.cpp index add43be4..dfdf4e7c 100644 --- a/WiFiManager.cpp +++ b/WiFiManager.cpp @@ -2913,7 +2913,7 @@ void WiFiManager::setCustomHeadElement(const char* html) { /** * set custom html at the top of the body - * custom element will be added immediately after the body tag is opened, eg. to show a logo etc. + * custom element will be added after the body tag is opened, eg. to show a logo etc. * @access public * @param char element */ @@ -2923,7 +2923,7 @@ void WiFiManager::setCustomBodyHeader(const char* html) { /** * set custom html at the bottom of the body - * custom element will be added immediately before the body tag is closed + * custom element will be added before the body tag is closed * @access public * @param char element */