]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
Remove a redundant condition in .%T handling, no functional change.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 95b56be6eb5de4112d000f2cea05931c98adc17f..5be2f82db64fa3811c91e02f4bb42686079153b0 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.82 2017/02/05 19:29:19 schwarze Exp $ */
+/*     $Id: html.h,v 1.83 2017/02/05 20:22:04 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -41,6 +41,7 @@ enum  htmltag {
        TAG_DT,
        TAG_DD,
        TAG_PRE,
+       TAG_VAR,
        TAG_CITE,
        TAG_B,
        TAG_I,