summaryrefslogtreecommitdiffstatshomepage
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 f4b98fe8..2d11280b 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.33 2010/12/20 13:07:55 kristaps Exp $ */
+/* $Id: html.h,v 1.34 2010/12/22 11:15:16 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -49,6 +49,7 @@ enum htmltag {
TAG_B,
TAG_I,
TAG_U,
+ TAG_CODE,
TAG_MAX
};