From 8f2a310239a13e878bb7d00396ba65b144cc3d22 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 24 Dec 2010 14:14:00 +0000 Subject: Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump version date for release. --- mdoc_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdoc_html.c') 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 * @@ -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"); -- cgit v1.2.3-56-ge451