Skip to content

Commit

Permalink
Remove 'immediately' from header/footer desc
Browse files Browse the repository at this point in the history
It's not immediate, the 'wrap' div is added before/after.
  • Loading branch information
dmadison committed Oct 23, 2024
1 parent 5d804f0 commit e2a287f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit e2a287f

Please sign in to comment.