summaryrefslogtreecommitdiffstats
path: root/mdoc_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 /mdoc_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 'mdoc_html.c')
-rw-r--r--mdoc_html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index fcbcf550..5f077cb9 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1933,7 +1933,6 @@ mdoc__x_pre(MDOC_ARGS)
break;
case(MDOC__T):
PAIR_CLASS_INIT(&tag[0], "ref-title");
- t = TAG_U;
break;
case(MDOC__U):
PAIR_CLASS_INIT(&tag[0], "link-ref");