CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/01/24 17:19:23
Modified files: usr.bin/mandoc : mdoc_html.c regress/usr.bin/mandoc/mdoc/Rs: journal.out_html outside.out_html paragraph.out_html rfc.out_html Log message: Fix a violation of the HTML 5 standard (paragraph 4.5.6 "The cite element"). It is intended for titles, not to wrap complete citation blocks. Found in a conversation with job@ and tb@.