aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-19 16:56:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-19 16:56:54 +0000
commiteaa9ae641d62872f0df378513ba49e2d256351b4 (patch)
tree36827593c588820632fb7171c0616fb86223f8d4 /html.c
parent7497d172e9388ae343a013457bf16bff6b39b3e1 (diff)
downloadmandoc-eaa9ae641d62872f0df378513ba49e2d256351b4.tar.gz
mandoc-eaa9ae641d62872f0df378513ba49e2d256351b4.tar.zst
mandoc-eaa9ae641d62872f0df378513ba49e2d256351b4.zip
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index f7dc4bd1..fcb2e876 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.198 2017/01/19 15:27:34 schwarze Exp $ */
+/* $Id: html.c,v 1.199 2017/01/19 16:59:30 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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},