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 75b66f4c..98ce7735 100644
--- a/html.c
+++ b/html.c
@@ -72,7 +72,6 @@ static const struct htmldata htmltags[TAG_MAX] = {
{"pre", HTML_CLRLINE }, /* TAG_PRE */
{"b", 0 }, /* TAG_B */
{"i", 0 }, /* TAG_I */
- {"u", 0 }, /* TAG_U */
{"code", 0 }, /* TAG_CODE */
{"small", 0 }, /* TAG_SMALL */
};