" by Session 415's mechanical header-update script. HTML comments don't nest, so once the first one opened, the browser kept consuming everything as comment text -- including the real form tag, the #searchPageWrapper wrapper div, and every script/style block that used to follow here -- until the next INCIDENTAL closing sequence anywhere later in the file (an unrelated decorative section-header comment far below). Confirmed live via Claude in Chrome console inspection: #sidebarSpace (the Events homepage's sidebar-ad container, php/eventSearchView.inc) was rendering as a sibling of #tabs under #content instead of nested inside #tabs -- only possible if a stray closing tag from the phantom, never-really-opened #searchPageWrapper closed #modifyTab early, so eventSearchView.inc's own real closing tag for #modifyTab closed #tabs itself instead, pushing #sidebarSpace's absolute-position anchor point up near the very top of the page. Fixed by closing each broken line's own comment. The identical broken pattern was found in 4 other files from the same Session 415 batch -- php/callerSearchPage.inc, php/classSearchPage.inc, php/clubSearchPage.inc, php/findAnEvent.inc -- fixed alongside this one. Full writeup: WTD_SESSIONS.md Session 418. -->
Start Date:
End Date: