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 2f35b24a..46230360 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.30 2010/12/15 17:19:41 kristaps Exp $ */
+/* $Id: html.h,v 1.31 2010/12/17 10:37:26 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -45,6 +45,7 @@ enum htmltag {
TAG_DD,
TAG_BLOCKQUOTE,
TAG_P,
+ TAG_PRE,
TAG_MAX
};