CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/25 18:51:41
Modified files:
usr.bin/mandoc : tbl_html.c
Log message:
Simplify writing of tbl(7) cells by using the new feature of passing
a NULL pointer for the value of a style attribute, in which case
the attribute is omitted from the HTML element.
Minus 12 lines of ugly and repetitive code, no functional change.
