diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-19 16:59:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-19 16:59:30 +0000 |
commit | 6c9e7368eafc1fe651b675323e22e1759711e6da (patch) | |
tree | 58bc5bbfab04e098eecd705863ed8b77de81e54e /html.c | |
parent | e71615e0e5d9c183af5589931bc5b68f21bdd7bb (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}, |