Somehow, the content of header.html ended up
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 5 Jul 2022 14:04:25 +0000 (14:04 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 5 Jul 2022 14:04:25 +0000 (14:04 +0000)
commitae49b31649e571ceb182e182bc1eeff17e7b16ae
tree215229c5e0cfc04b3c97e66fcec9d1ff148d69c4
parentae4c58aed893d63173fe94d502a8d7d28ec8003f
Somehow, the content of header.html ended up
before and outside the <header> element.
Fix this by moving it into the <header> element where it belongs.
While here, also wrap footer.html in a <footer> element.
cgi.c