aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:05:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:05:57 +0000
commit6f603eaa29c0c620155a4676d14e514aae64f7fc (patch)
treec6b6e2600247d29205039b3eae8679dfca1f5ae2 /html.c
parentdcd90e7955626a38ed974eeba3b599fb534e7b62 (diff)
downloadmandoc-6f603eaa29c0c620155a4676d14e514aae64f7fc.tar.gz
mandoc-6f603eaa29c0c620155a4676d14e514aae64f7fc.tar.zst
mandoc-6f603eaa29c0c620155a4676d14e514aae64f7fc.zip
Kick out "summary" attribute, which isn't HTML5.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index 69b242c5..e9e38555 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.166 2014/09/27 09:03:24 kristaps Exp $ */
+/* $Id: html.c,v 1.167 2014/09/27 09:05:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -87,7 +87,6 @@ static const char *const htmlattrs[ATTR_MAX] = {
"style", /* ATTR_STYLE */
"width", /* ATTR_WIDTH */
"id", /* ATTR_ID */
- "summary", /* ATTR_SUMMARY */
"align", /* ATTR_ALIGN */
"colspan", /* ATTR_COLSPAN */
"charset", /* ATTR_CHARSET */