=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- mandoc/html.h 2010/12/15 15:59:23 1.29 +++ mandoc/html.h 2010/12/15 17:19:41 1.30 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.29 2010/12/15 15:59:23 kristaps Exp $ */ +/* $Id: html.h,v 1.30 2010/12/15 17:19:41 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -44,6 +44,7 @@ enum htmltag { TAG_DT, TAG_DD, TAG_BLOCKQUOTE, + TAG_P, TAG_MAX };