summaryrefslogtreecommitdiffstats
path: root/html.h
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 /html.h
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 'html.h')
-rw-r--r--html.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.h b/html.h
index 5072c8b3..2a955115 100644
--- a/html.h
+++ b/html.h
@@ -48,7 +48,6 @@ enum htmltag {
TAG_PRE,
TAG_B,
TAG_I,
- TAG_U,
TAG_CODE,
TAG_SMALL,
TAG_MAX