=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/html.h 2010/12/15 14:52:16 1.28 +++ mandoc/html.h 2010/12/15 15:59:23 1.29 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.28 2010/12/15 14:52:16 kristaps Exp $ */ +/* $Id: html.h,v 1.29 2010/12/15 15:59:23 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -43,6 +43,7 @@ enum htmltag { TAG_DL, TAG_DT, TAG_DD, + TAG_BLOCKQUOTE, TAG_MAX };