aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
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.h
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.h')
-rw-r--r--html.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.h b/html.h
index f788d73e..19532c49 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.77 2017/01/19 01:00:14 schwarze Exp $ */
+/* $Id: html.h,v 1.78 2017/01/19 16:59:30 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -40,7 +40,6 @@ enum htmltag {
TAG_DL,
TAG_DT,
TAG_DD,
- TAG_BLOCKQUOTE,
TAG_PRE,
TAG_B,
TAG_I,