CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/07/05 08:03:35
Modified files: usr.bin/mandoc : cgi.c Log message: 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.