]> git.cameronkatri.com Git - mandoc.git/commit
Put the HTML comment containing the Copyright header (if any)
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Jul 2022 14:37:33 +0000 (14:37 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 4 Jul 2022 14:37:33 +0000 (14:37 +0000)
commit83c2a2ab0e79bf6c976f06d9b9adce6879bd8b67
tree022f2efdcddc9dfd95bdcbf19c121a42aa7bfacc
parent2525f342f675be9b05bf1f045b0d2426c4dce868
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.
man_html.c
mdoc_html.c