diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:03:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:03:24 +0000 |
commit | fe1e8ba3e2a185f91392bf28fc3076b5150d914b (patch) | |
tree | 7b85ead2cc718909022f6f2e6ba5541727726540 /html.c | |
parent | cbb36f69d85e6b491d5b45327719e0cf321ebec2 (diff) | |
download | mandoc-fe1e8ba3e2a185f91392bf28fc3076b5150d914b.tar.gz |
Kick out two attibutes we don't use any more in HTML5.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -78,8 +78,6 @@ static const struct htmldata htmltags[TAG_MAX] = { }; static const char *const htmlattrs[ATTR_MAX] = { - "http-equiv", /* ATTR_HTTPEQUIV */ - "content", /* ATTR_CONTENT */ "name", /* ATTR_NAME */ "rel", /* ATTR_REL */ "href", /* ATTR_HREF */ |