diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-24 14:14:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-24 14:14:00 +0000 |
commit | 9b1bce136cbcf9fc9fdefd67fd3142c2a554069a (patch) | |
tree | 9b30b182f07ec7278a009e3d29f932d647df2a19 /html.c | |
parent | 8d5ca2330a9d86880ee07d6fecf0befff8d445f4 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ }; |