=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/html.h 2009/10/03 16:36:06 1.10 +++ mandoc/html.h 2009/10/04 09:02:40 1.11 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.10 2009/10/03 16:36:06 kristaps Exp $ */ +/* $Id: html.h,v 1.11 2009/10/04 09:02:40 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -57,6 +57,7 @@ enum htmlattr { ATTR_WIDTH, ATTR_VALIGN, ATTR_TARGET, + ATTR_ID, ATTR_MAX };