httpd: render "emojis" as text in directory listing
authorop <op@openbsd.org>
Mon, 3 Jun 2024 14:46:03 +0000 (14:46 +0000)
committerop <op@openbsd.org>
Mon, 3 Jun 2024 14:46:03 +0000 (14:46 +0000)
commit0711a94313692c7a959167e67a9381016ef497e7
tree9663c3dd89b7e026761d0e26c9b0d278244425a2
parent69bcbd5ece8badb73503c4613f00b87b690cc839
httpd: render "emojis" as text in directory listing

The "up and down" character used in the directory listing is
technically an emoji and can, depending on the browser configuration,
be rendered in colors and whatnot.  set `font-variant-emoji' to ask
the browser to render it as text.  This property, as of now, needs
to be enabled manually in some browsers, but since it's part of the
"CSS Fonts Module Level 4" spec, support for it is expected to be
implemented and turned on "soon" in major browsers.

While here, remove the italic for directories.

Diff from Paul W. Rankin (hello (at) paulwrankin dot com)
ok claudio@
usr.sbin/httpd/css.h.in