aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitcbdb02c169520201c5b9e366dd5e61cc778b9ad7 (patch)
treebe29be0d79e590c112c19f85b55c2a3ef04eaf77 /html.c
parente7fc400f1a08777772ca4bbf1b298034d9f695f6 (diff)
downloadmandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.tar.gz
mandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.tar.zst
mandoc-cbdb02c169520201c5b9e366dd5e61cc778b9ad7.zip
delete the TAG_IDIV crutch, which is no longer used
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index 4b9c0876..7f8ca02d 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.257 2019/08/29 17:57:29 schwarze Exp $ */
+/* $Id: html.c,v 1.258 2019/09/01 15:12:19 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -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},