summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:03:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:03:24 +0000
commitfe1e8ba3e2a185f91392bf28fc3076b5150d914b (patch)
tree7b85ead2cc718909022f6f2e6ba5541727726540 /html.c
parentcbb36f69d85e6b491d5b45327719e0cf321ebec2 (diff)
downloadmandoc-fe1e8ba3e2a185f91392bf28fc3076b5150d914b.tar.gz
Kick out two attibutes we don't use any more in HTML5.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index 68802b74..85d09715 100644
--- a/html.c
+++ b/html.c
@@ -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 */