summaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 00:53:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 00:53:40 +0000
commit643d4d3e12bab073d256761997a695832f403658 (patch)
tree14d63140f5fd315e00804757ae7eafca5b527a20 /html.h
parent1085b597d4bfab63f287b0a8b596e441cfc51014 (diff)
downloadmandoc-643d4d3e12bab073d256761997a695832f403658.tar.gz
mandoc-643d4d3e12bab073d256761997a695832f403658.tar.zst
mandoc-643d4d3e12bab073d256761997a695832f403658.zip
*** empty log message ***
Diffstat (limited to 'html.h')
-rw-r--r--html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index f437cced..7fe1292e 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.1 2008/12/10 00:52:46 kristaps Exp $ */
+/* $Id: html.h,v 1.2 2008/12/10 00:58:15 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -51,6 +51,7 @@ enum html_attr {
HTML_ATTR_REL = 5,
HTML_ATTR_HREF = 6,
HTML_ATTR_WIDTH = 7,
+ HTML_ATTR_ALIGN = 8,
};
enum html_type {