summaryrefslogtreecommitdiffstats
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
commitbd0e1539201fad6b2a3f492cabb69c5be5326b02 (patch)
tree8c593798613e6802382817e981d96e1f0a22ba10 /html.c
parentfe1e8ba3e2a185f91392bf28fc3076b5150d914b (diff)
downloadmandoc-bd0e1539201fad6b2a3f492cabb69c5be5326b02.tar.gz
Kick out "summary" attribute, which isn't HTML5.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.c b/html.c
index 85d09715..15d838b0 100644
--- a/html.c
+++ b/html.c
@@ -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 */