aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 15:59:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 15:59:23 +0000
commitbefebc7c5c80a346b63f3f1eb319636ef8e63710 (patch)
tree544b5d52dfd49e744da500f7193d84062021d601 /html.c
parent5eff9e34ad553cd3982cc1955eac2c15c7cff2f1 (diff)
downloadmandoc-befebc7c5c80a346b63f3f1eb319636ef8e63710.tar.gz
mandoc-befebc7c5c80a346b63f3f1eb319636ef8e63710.tar.zst
mandoc-befebc7c5c80a346b63f3f1eb319636ef8e63710.zip
Remove stupid outer DIV tag in favour of regular BODY and HTML that can
be handled in CSS. Clarified "lit" tag (will be the subject of future clarification). Removed CSS2 note in mandoc.1, which is no longer the case.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 57d6f5db..5a63ea5d 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.114 2010/12/15 14:52:16 kristaps Exp $ */
+/* $Id: html.c,v 1.115 2010/12/15 15:59:23 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -67,6 +67,7 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"dl", HTML_CLRLINE}, /* TAG_DL */
{"dt", HTML_CLRLINE}, /* TAG_DT */
{"dd", HTML_CLRLINE}, /* TAG_DD */
+ {"blockquote", HTML_CLRLINE}, /* TAG_BLOCKQUOTE */
};
static const char *const htmlfonts[HTMLFONT_MAX] = {