summaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/html.h b/html.h
index 49b7eac1..854e4ff6 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.3 2008/12/10 12:09:47 kristaps Exp $ */
+/* $Id: html.h,v 1.4 2008/12/10 17:40:56 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 {