summaryrefslogtreecommitdiffstatshomepage
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
commit8f2a310239a13e878bb7d00396ba65b144cc3d22 (patch)
treeaacee1ae6c20ebca1825e94115e964ab0892dfd6 /mdoc_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 'mdoc_html.c')
-rw-r--r--mdoc_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index aabbad62..01796ab3 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.137 2010/12/24 14:00:40 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.138 2010/12/24 14:14:00 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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");