CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/07/04 08:37:14
Modified files: usr.bin/mandoc : man_html.c mdoc_html.c Log message: Put the HTML comment containing the Copyright header (if any) between the <head> and the <body> rather than before the <head> because the <meta charset="utf-8"/> element ought to be within the first 1024 bytes of the HTML code. Issue found with validator.w3.org.