aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.h b/html.h
index d2b3a212..1f0a16d3 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.52 2014/08/13 15:25:22 schwarze Exp $ */
+/* $Id: html.h,v 1.53 2014/08/14 00:31:43 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -50,7 +50,6 @@ enum htmltag {
TAG_I,
TAG_CODE,
TAG_SMALL,
- TAG_EM,
TAG_MAX
};