aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
commit8f2a310239a13e878bb7d00396ba65b144cc3d22 (patch)
treeaacee1ae6c20ebca1825e94115e964ab0892dfd6 /html.c
parent59221c379641a8d3a180c8b0cca2022c763c2a6b (diff)
downloadmandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.tar.gz
mandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.tar.zst
mandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.zip
Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump
version date for release.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index df7940ba..ac05a6fc 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.122 2010/12/24 00:46:49 kristaps Exp $ */
+/* $Id: html.c,v 1.123 2010/12/24 14:14:00 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */
};