diff options
author | 2018-12-03 16:17:58 +0000 | |
---|---|---|
committer | 2018-12-03 16:17:58 +0000 | |
commit | 3c7cc499bcacf2ed9ec9d4def037c8f852fa81a0 (patch) | |
tree | 3a3d1f5f8852115b340cc673d15fce5af24727d3 /sys/net/if_vxlan.c | |
parent | Do not process the top 32 bits of the 64 bit interrupt mask register (diff) | |
download | wireguard-openbsd-3c7cc499bcacf2ed9ec9d4def037c8f852fa81a0.tar.xz wireguard-openbsd-3c7cc499bcacf2ed9ec9d4def037c8f852fa81a0.zip |
Render .br as <br/>, not as an empty <div>.
The element <br/> was already employed for many other purposes,
so there is nothing wrong with using it.
Also, it is safer because <br/> is permitted in phrasing content,
whereas <div> is only allowed in flow content.
This is the first part of the HTML syntax audit which i wanted
to do for a long time. Reminded by a loosely related bug report
from Mark Harris <mark dot hsj at gmail dot com>.
Examples of where this caused HTML nesting syntax errors:
* in man(7) code between .nf and .fi
* in mdoc(7) code between .Bd -unfilled and .Ed
* in mdoc(7) code between .Ql Xo and .Xc
* in mdoc(7) code between .Rs and .Re
Diffstat (limited to 'sys/net/if_vxlan.c')
0 files changed, 0 insertions, 0 deletions