]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
First, add space for default styling for HTML5 (non-fragment) output.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 9c2861b696bc6ba4a0b591e4e2aea003475f2498..b49efb438b2b9ecd771122c60d29d58c03250df1 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.55 2014/09/27 08:54:34 kristaps Exp $ */
+/*     $Id: html.h,v 1.56 2014/09/27 09:02:19 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -50,6 +50,7 @@ enum  htmltag {
        TAG_I,
        TAG_CODE,
        TAG_SMALL,
+       TAG_STYLE,
        TAG_MAX
 };