aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
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 17b39ae0..07e4d3dc 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.10 2009/10/03 16:36:06 kristaps Exp $ */
+/* $Id: html.h,v 1.11 2009/10/04 09:02:40 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -57,6 +57,7 @@ enum htmlattr {
ATTR_WIDTH,
ATTR_VALIGN,
ATTR_TARGET,
+ ATTR_ID,
ATTR_MAX
};