summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 17:40:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 17:40:56 +0000
commit2c4d7545dc7122e64a3537a972948c11722caad1 (patch)
treef978939fe8567895035750760f403f296b47f388 /html.h
parent57f76c2123c01f79e1d01a5738b75ab7ae7dacab (diff)
downloadmandoc-2c4d7545dc7122e64a3537a972948c11722caad1.tar.gz
Prettier HTML.
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.h b/html.h
index 148ea6f0..b73a3a4b 100644
--- a/html.h
+++ b/html.h
@@ -51,7 +51,9 @@ enum html_attr {
HTML_ATTR_REL = 5,
HTML_ATTR_HREF = 6,
HTML_ATTR_WIDTH = 7,
- HTML_ATTR_ALIGN = 8
+ HTML_ATTR_ALIGN = 8,
+ HTML_ATTR_VALIGN = 9,
+ HTML_ATTR_NOWRAP = 10
};
enum html_type {