summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-19 16:59:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-19 16:59:30 +0000
commit6c9e7368eafc1fe651b675323e22e1759711e6da (patch)
tree58bc5bbfab04e098eecd705863ed8b77de81e54e /html.c
parente71615e0e5d9c183af5589931bc5b68f21bdd7bb (diff)
downloadmandoc-6c9e7368eafc1fe651b675323e22e1759711e6da.tar.gz
clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
in particular, stop abuse of <blockquote>
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 4f11864e..55917f43 100644
--- a/html.c
+++ b/html.c
@@ -75,7 +75,6 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"dl", HTML_NLALL | HTML_INDENT},
{"dt", HTML_NLAROUND},
{"dd", HTML_NLAROUND | HTML_INDENT},
- {"blockquote", HTML_NLALL | HTML_INDENT},
{"pre", HTML_NLALL | HTML_NOINDENT},
{"b", 0},
{"i", 0},