aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 08:54:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 08:54:34 +0000
commit0c2237fc47306acb3e6e9a5120cb2f69a96efe72 (patch)
tree215251c5651fa4ce1a83cebd669d9e54193a1ad8 /html.h
parent756bc1418bc14662d5166b584a15d391ce60eeef (diff)
downloadmandoc-0c2237fc47306acb3e6e9a5120cb2f69a96efe72.tar.gz
mandoc-0c2237fc47306acb3e6e9a5120cb2f69a96efe72.tar.zst
mandoc-0c2237fc47306acb3e6e9a5120cb2f69a96efe72.zip
First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.
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 d2c87c7a..9c2861b6 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.54 2014/09/17 19:55:59 schwarze Exp $ */
+/* $Id: html.h,v 1.55 2014/09/27 08:54:34 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -68,6 +68,7 @@ enum htmlattr {
ATTR_SUMMARY,
ATTR_ALIGN,
ATTR_COLSPAN,
+ ATTR_CHARSET,
ATTR_MAX
};