diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:05:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:05:57 +0000 |
commit | bd0e1539201fad6b2a3f492cabb69c5be5326b02 (patch) | |
tree | 8c593798613e6802382817e981d96e1f0a22ba10 /html.c | |
parent | fe1e8ba3e2a185f91392bf28fc3076b5150d914b (diff) | |
download | mandoc-bd0e1539201fad6b2a3f492cabb69c5be5326b02.tar.gz |
Kick out "summary" attribute, which isn't HTML5.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |