From 0ea097c0d8b188de2567ac57aadf0367b0862a73 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 20 Dec 2010 13:07:55 +0000 Subject: More use default tags, this time I and U. Also fix a stack overflow segfault in the last commit. --- html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html.h') diff --git a/html.h b/html.h index ceeca137..62b8541d 100644 --- a/html.h +++ b/html.h @@ -47,6 +47,8 @@ enum htmltag { TAG_P, TAG_PRE, TAG_B, + TAG_I, + TAG_U, TAG_MAX }; -- cgit