summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
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 d5021860..dca66686 100644
--- a/html.c
+++ b/html.c
@@ -74,7 +74,6 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"i", 0 }, /* TAG_I */
{"code", 0 }, /* TAG_CODE */
{"small", 0 }, /* TAG_SMALL */
- {"em", 0 }, /* TAG_EM */
};
static const char *const htmlattrs[ATTR_MAX] = {