summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-01 15:12:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-09-01 15:12:19 +0000
commitc306146247f4b042c4cd1219c55d103cfbf26f20 (patch)
tree712d3f33d1d3e0dcf31eb2c949d52c23ef7ff6b9 /html.c
parent7caf273e6ec2beda8f69dae9eee6c5589a0949c2 (diff)
downloadmandoc-c306146247f4b042c4cd1219c55d103cfbf26f20.tar.gz
delete the TAG_IDIV crutch, which is no longer used
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.c b/html.c
index 2328ab43..d7204e82 100644
--- a/html.c
+++ b/html.c
@@ -65,7 +65,6 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"title", HTML_NLAROUND},
{"body", HTML_NLALL},
{"div", HTML_NLAROUND},
- {"div", 0},
{"section", HTML_NLALL},
{"table", HTML_NLALL | HTML_INDENT},
{"tr", HTML_NLALL | HTML_INDENT},