aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:20:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:20:03 +0000
commit9060543cb011655fe00e94906803a2cee6d5b204 (patch)
treeb301e8f642bc95be02c8ae5428092a8bcb5ff44c /html.h
parent827b4587075bca8e968c6a815c176ce01fbb45ae (diff)
downloadmandoc-9060543cb011655fe00e94906803a2cee6d5b204.tar.gz
mandoc-9060543cb011655fe00e94906803a2cee6d5b204.tar.zst
mandoc-9060543cb011655fe00e94906803a2cee6d5b204.zip
HTML5-isation: remove more alignments.
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 d85848e9..cf23cb1f 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.58 2014/09/27 09:05:57 kristaps Exp $ */
+/* $Id: html.h,v 1.59 2014/09/27 09:20:03 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -64,7 +64,6 @@ enum htmlattr {
ATTR_STYLE,
ATTR_WIDTH,
ATTR_ID,
- ATTR_ALIGN,
ATTR_COLSPAN,
ATTR_CHARSET,
ATTR_MAX