summaryrefslogtreecommitdiffstats
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
commit9b1bce136cbcf9fc9fdefd67fd3142c2a554069a (patch)
tree9b30b182f07ec7278a009e3d29f932d647df2a19 /html.c
parent8d5ca2330a9d86880ee07d6fecf0befff8d445f4 (diff)
downloadmandoc-9b1bce136cbcf9fc9fdefd67fd3142c2a554069a.tar.gz
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.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 */
};