=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.122 retrieving revision 1.123 diff -u -p -r1.122 -r1.123 --- mandoc/html.c 2010/12/24 00:46:49 1.122 +++ mandoc/html.c 2010/12/24 14:14:00 1.123 @@ -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 * @@ -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 */ };