From 9b1bce136cbcf9fc9fdefd67fd3142c2a554069a 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. --- html.h | 1 - 1 file changed, 1 deletion(-) (limited to 'html.h') 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 -- cgit