summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-20 13:07:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-20 13:07:55 +0000
commit0ea097c0d8b188de2567ac57aadf0367b0862a73 (patch)
treea0a635ef97354afdf1822c058191bf2f85ede1b3 /html.h
parent073891eda234d3d2928f19543a8db60f02cdc36f (diff)
downloadmandoc-0ea097c0d8b188de2567ac57aadf0367b0862a73.tar.gz
More use default tags, this time I and U. Also fix a stack overflow
segfault in the last commit.
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 2 insertions, 0 deletions
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
};