aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:26:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:26:01 +0000
commitb3f49705f54dd0c371648ec0b3db49c6970b1a9b (patch)
tree4414b1ba1d771954242306179ff1fce2531b7f3f /html.h
parent9060543cb011655fe00e94906803a2cee6d5b204 (diff)
downloadmandoc-b3f49705f54dd0c371648ec0b3db49c6970b1a9b.tar.gz
mandoc-b3f49705f54dd0c371648ec0b3db49c6970b1a9b.tar.zst
mandoc-b3f49705f54dd0c371648ec0b3db49c6970b1a9b.zip
Remove last hard-coded width attribute.
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 cf23cb1f..a9a58430 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.59 2014/09/27 09:20:03 kristaps Exp $ */
+/* $Id: html.h,v 1.60 2014/09/27 09:26:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -62,7 +62,6 @@ enum htmlattr {
ATTR_MEDIA,
ATTR_CLASS,
ATTR_STYLE,
- ATTR_WIDTH,
ATTR_ID,
ATTR_COLSPAN,
ATTR_CHARSET,