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 f3110eaf..78b42590 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.64 2014/09/28 20:14:20 kristaps Exp $ */
+/* $Id: html.h,v 1.65 2014/10/10 08:44:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -82,6 +82,7 @@ enum htmlattr {
ATTR_CHARSET,
ATTR_OPEN,
ATTR_CLOSE,
+ ATTR_MATHVARIANT,
ATTR_MAX
};