summaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
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 960fb27c..f4b98fe8 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.32 2010/12/20 10:40:11 kristaps Exp $ */
+/* $Id: html.h,v 1.33 2010/12/20 13:07:55 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -47,6 +47,8 @@ enum htmltag {
TAG_P,
TAG_PRE,
TAG_B,
+ TAG_I,
+ TAG_U,
TAG_MAX
};